#DB7CED

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

Shades of Heliotrope #DB7CED

Tints of Heliotrope #DB7CED

Color information

#DB7CED (or 0xDB7CED) is unknown color: approx Heliotrope. HEX triplet: DB, 7C and ED. RGB value is (219,124,237). Sum of RGB (Red+Green+Blue) = 219+124+237=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CED is #248312. Grayscale: #A4A4A4. Windows color (decimal): -2392851 or 15563995. OLE color: 15563995.

HSL color Cylindrical-coordinate representation of color #DB7CED: hue angle of 290.44º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7CED is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219124237-
CMYK0.080.4800.07
HSL290.44º75.84%70.78%-
HSV(B)290.44º47.68%92.94%-
XYZ51.7135.5984.27-
YUV165.29168.47166.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 124 (48.83% from 255) = 21.38%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=37.76%
G=21.38%
B=40.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191242370.080.4800.07290.4475.8470.78
HexDB7CED830071224c47
Octal333174355106007442114107
Binary110110111111100111011011000110000011110010001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7CED; }

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

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

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

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

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

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

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

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