#D26DED

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

Shades of Heliotrope #D26DED

Tints of Heliotrope #D26DED

Color information

#D26DED (or 0xD26DED) is unknown color: approx Heliotrope. HEX triplet: D2, 6D and ED. RGB value is (210,109,237). Sum of RGB (Red+Green+Blue) = 210+109+237=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #D26DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DED is #2D9212. Grayscale: #999999. Windows color (decimal): -2986515 or 15560146. OLE color: 15560146.

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

Color convert

RGB210109237-
CMYK0.110.5400.07
HSL287.34º78.05%67.84%-
HSV(B)287.34º54.01%92.94%-
XYZ47.3330.7583.56-
YUV153.79174.96168.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=37.77%
G=19.60%
B=42.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101092370.110.5400.07287.3478.0567.84
HexD26DEDB360711f4e44
Octal322155355136607437116104
Binary110100101101101111011011011110110011110001111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26DED; }

 p { color: rgb(210,109,237); }

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

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

 a { background-color: rgb(210,109,237); }

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

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

 span { border-color: rgb(210,109,237); }

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