#D26EEB

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

Shades of Heliotrope #D26EEB

Tints of Heliotrope #D26EEB

Color information

#D26EEB (or 0xD26EEB) is unknown color: approx Heliotrope. HEX triplet: D2, 6E and EB. RGB value is (210,110,235). Sum of RGB (Red+Green+Blue) = 210+110+235=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #D26EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EEB is #2D9114. Grayscale: #999999. Windows color (decimal): -2986261 or 15429330. OLE color: 15429330.

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

Color convert

RGB210110235-
CMYK0.110.5300.08
HSL288º75.76%67.65%-
HSV(B)288º53.19%92.16%-
XYZ47.1530.8582.07-
YUV154.15173.63167.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 110 (43.36% from 255) = 19.82%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=37.84%
G=19.82%
B=42.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101102350.110.5300.0828875.7667.65
HexD26EEBB35081204c44
Octal3221563531365010440114104
Binary1101001011011101110101110111101010100010010000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EEB; }

 p { color: rgb(210,110,235); }

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

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

 a { background-color: rgb(210,110,235); }

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

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

 span { border-color: rgb(210,110,235); }

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