#DB6CED

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

Shades of Heliotrope #DB6CED

Tints of Heliotrope #DB6CED

Color information

#DB6CED (or 0xDB6CED) is unknown color: approx Heliotrope. HEX triplet: DB, 6C and ED. RGB value is (219,108,237). Sum of RGB (Red+Green+Blue) = 219+108+237=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CED is #249312. Grayscale: #9B9B9B. Windows color (decimal): -2396947 or 15559899. OLE color: 15559899.

HSL color Cylindrical-coordinate representation of color #DB6CED: hue angle of 291.63º 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 #DB6CED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219108237-
CMYK0.080.5400.07
HSL291.63º78.18%67.65%-
HSV(B)291.63º54.43%92.94%-
XYZ49.8631.983.65-
YUV155.89173.77173.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=38.83%
G=19.15%
B=42.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191082370.080.5400.07291.6378.1867.65
HexDB6CED836071244e44
Octal333154355106607444116104
Binary110110111101100111011011000110110011110010010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CED; }

 p { color: rgb(219,108,237); }

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

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

 a { background-color: rgb(219,108,237); }

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

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

 span { border-color: rgb(219,108,237); }

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