Html Css Color HEX #D75BEF Heliotrope

📋 copy color: '#D75BEF'

red 215 ◦ green 91 ◦ blue 239

#D75BEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D75BEF

Tints of Heliotrope #D75BEF

RGB

 RED value IS 215 (84.38% from 255) = 39.45%

 GREEN value IS 91 (35.94% from 255) = 16.7%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 39.45%
G = 16.7%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D75BEF (or 0xD75BEF) is known color: Heliotrope. HEX triplet: D7, 5B and EF. RGB value is (215,91,239). Sum of RGB (Red+Green+Blue) = 215+91+239=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D75BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75BEF is #28A410. Grayscale: #909090. Windows color (decimal): -2663441 or 15686615. OLE color: 15686615.

HSL color Cylindrical-coordinate representation of color #D75BEF: hue angle of 290.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75BEF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 91 239 -
CMYK 0.10 0.62 0 0.06
HSL 290.27º 0.82% 0.65% -
HSV(B) 290.27º 0.62% 0.94% -
XYZ 47.35 28.16 84.6 -
YUV 144.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 215 91 239 0.10 0.62 0 0.06 290.27 0.82 0.65
Hex D7 5B EF A 3E 0 6 122 52 41
Octal 327 133 357 12 76 0 6 442 122 101
Binary 11010111 1011011 11101111 1010 111110 0 110 100100010 1010010 1000001

Color Harmonies of #D75BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75BEF

Black with #D75BEF

Text Example


Text Example

White with #D75BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75BEF; }

 p { color: rgb(215,91,239); }

 H1.HeaderClassName
 {
   color: #D75BEF;
 }
 .AnyTagClassName
 {
   color: #D75BEF;
 }
</style>

background-color css

<style>
 a { background-color: #D75BEF; }

 a { background-color: rgb(215,91,239); }

 div.DivClassName
 {
   background-color: #D75BEF;
 }
 .BgClassName
 {
   background-color: #D75BEF;
 }
</style>

border-color css

<style>
 span { border-color: #D75BEF; }

 span { border-color: rgb(215,91,239); }

 td.TdClassName
 {
   border-color: #D75BEF;
 }
 .TagClassName
 {
   border-color: #D75BEF;
 }
</style>