#D15DEC

Color #D15DEC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D15DEC

Tints of Heliotrope #D15DEC

Color information

#D15DEC (or 0xD15DEC) is unknown color: approx Heliotrope. HEX triplet: D1, 5D and EC. RGB value is (209,93,236). Sum of RGB (Red+Green+Blue) = 209+93+236=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #D15DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DEC is #2EA213. Grayscale: #8F8F8F. Windows color (decimal): -3056148 or 15490513. OLE color: 15490513.

HSL color Cylindrical-coordinate representation of color #D15DEC: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15DEC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20993236-
CMYK0.110.6100.07
HSL288.67º79.01%64.51%-
HSV(B)288.67º60.59%92.55%-
XYZ45.3527.4482.26-
YUV143.99179.93174.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 93 (36.72% from 255) = 17.29%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=38.85%
G=17.29%
B=43.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209932360.110.6100.07288.6779.0164.51
HexD15DECB3D071214f41
Octal321135354137507441117101
Binary110100011011101111011001011111101011110010000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DEC; }

 p { color: rgb(209,93,236); }

 H1.HeaderClassName
 {
   color: #D15DEC;
 }
 .AnyTagClassName
 {
   color: #D15DEC;
 }
</style>
background-color css

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

 a { background-color: rgb(209,93,236); }

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

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

 span { border-color: rgb(209,93,236); }

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