Html Css Color HEX #D15EEB Heliotrope

📋 copy color: '#D15EEB'

red 209 ◦ green 94 ◦ blue 235

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

Shades of Heliotrope #D15EEB

Tints of Heliotrope #D15EEB

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 38.85%
G = 17.47%
B = 43.68%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D15EEB (or 0xD15EEB) is known color: Heliotrope. HEX triplet: D1, 5E and EB. RGB value is (209,94,235). Sum of RGB (Red+Green+Blue) = 209+94+235=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #D15EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EEB is #2EA114. Grayscale: #909090. Windows color (decimal): -3055893 or 15425233. OLE color: 15425233.

HSL color Cylindrical-coordinate representation of color #D15EEB: hue angle of 288.94º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15EEB is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 94 235 -
CMYK 0.11 0.6 0 0.08
HSL 288.94º 0.78% 0.65% -
HSV(B) 288.94º 0.6% 0.92% -
XYZ 45.29 27.56 81.53 -
YUV 144.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 209 94 235 0.11 0.6 0 0.08 288.94 0.78 0.65
Hex D1 5E EB B 3C 0 8 121 4E 41
Octal 321 136 353 13 74 0 10 441 116 101
Binary 11010001 1011110 11101011 1011 111100 0 1000 100100001 1001110 1000001

Color Harmonies of #D15EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EEB

Black with #D15EEB

Text Example


Text Example

White with #D15EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EEB; }

 p { color: rgb(209,94,235); }

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

background-color css

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

 a { background-color: rgb(209,94,235); }

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

border-color css

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

 span { border-color: rgb(209,94,235); }

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