#DB8AFC

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

Shades of Heliotrope #DB8AFC

Tints of Heliotrope #DB8AFC

Color information

#DB8AFC (or 0xDB8AFC) is unknown color: approx Heliotrope. HEX triplet: DB, 8A and FC. RGB value is (219,138,252). Sum of RGB (Red+Green+Blue) = 219+138+252=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFC is #247503. Grayscale: #AEAEAE. Windows color (decimal): -2389252 or 16550619. OLE color: 16550619.

HSL color Cylindrical-coordinate representation of color #DB8AFC: hue angle of 282.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8AFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219138252-
CMYK0.130.4500.01
HSL282.63º95%76.47%-
HSV(B)282.63º45.24%98.82%-
XYZ55.8740.2796.92-
YUV175.22171.34159.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 22.66%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=35.96%
G=22.66%
B=41.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191382520.130.4500.01282.639576.47
HexDB8AFCD2D0111b5f4c
Octal333212374155501433137114
Binary11011011100010101111110011011011010110001101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AFC; }

 p { color: rgb(219,138,252); }

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

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

 a { background-color: rgb(219,138,252); }

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

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

 span { border-color: rgb(219,138,252); }

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