#DB8FFC

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

Shades of Heliotrope #DB8FFC

Tints of Heliotrope #DB8FFC

Color information

#DB8FFC (or 0xDB8FFC) is unknown color: approx Heliotrope. HEX triplet: DB, 8F and FC. RGB value is (219,143,252). Sum of RGB (Red+Green+Blue) = 219+143+252=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FFC is #247003. Grayscale: #B1B1B1. Windows color (decimal): -2387972 or 16551899. OLE color: 16551899.

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

Color convert

RGB219143252-
CMYK0.130.4300.01
HSL281.83º94.78%77.45%-
HSV(B)281.83º43.25%98.82%-
XYZ56.6141.7397.17-
YUV178.15169.68157.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 143 (56.25% from 255) = 23.29%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=35.67%
G=23.29%
B=41.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191432520.130.4300.01281.8394.7877.45
HexDB8FFCD2B0111a5f4d
Octal333217374155301432137115
Binary11011011100011111111110011011010110110001101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FFC; }

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

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

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

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

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

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

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

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