#DB90FB

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

Shades of Heliotrope #DB90FB

Tints of Heliotrope #DB90FB

Color information

#DB90FB (or 0xDB90FB) is unknown color: approx Heliotrope. HEX triplet: DB, 90 and FB. RGB value is (219,144,251). Sum of RGB (Red+Green+Blue) = 219+144+251=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90FB is #246F04. Grayscale: #B2B2B2. Windows color (decimal): -2387717 or 16486619. OLE color: 16486619.

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

Color convert

RGB219144251-
CMYK0.130.4300.02
HSL282.06º93.04%77.45%-
HSV(B)282.06º42.63%98.43%-
XYZ56.641.9796.39-
YUV178.62168.85156.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=35.67%
G=23.45%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191442510.130.4300.02282.0693.0477.45
HexDB90FBD2B0211a5d4d
Octal333220373155302432135115
Binary110110111001000011111011110110101101010001101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90FB; }

 p { color: rgb(219,144,251); }

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

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

 a { background-color: rgb(219,144,251); }

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

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

 span { border-color: rgb(219,144,251); }

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