#DB7CF8

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

Shades of Heliotrope #DB7CF8

Tints of Heliotrope #DB7CF8

Color information

#DB7CF8 (or 0xDB7CF8) is unknown color: approx Heliotrope. HEX triplet: DB, 7C and F8. RGB value is (219,124,248). Sum of RGB (Red+Green+Blue) = 219+124+248=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB7CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CF8 is #248307. Grayscale: #A6A6A6. Windows color (decimal): -2392840 or 16284891. OLE color: 16284891.

HSL color Cylindrical-coordinate representation of color #DB7CF8: hue angle of 285.97º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7CF8 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219124248-
CMYK0.120.500.03
HSL285.97º89.86%72.94%-
HSV(B)285.97º50%97.25%-
XYZ53.3636.2592.99-
YUV166.54173.97165.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 124 (48.83% from 255) = 20.98%
BLUE value IS 248 (97.27% from 255) = 41.96%
R=37.06%
G=20.98%
B=41.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191242480.120.500.03285.9789.8672.94
HexDB7CF8C320311e5a49
Octal333174370146203436132111
Binary11011011111110011111000110011001001110001111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7CF8; }

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

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

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

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

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

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

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

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