#DB90FE

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

Shades of Heliotrope #DB90FE

Tints of Heliotrope #DB90FE

Color information

#DB90FE (or 0xDB90FE) is unknown color: approx Heliotrope. HEX triplet: DB, 90 and FE. RGB value is (219,144,254). Sum of RGB (Red+Green+Blue) = 219+144+254=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90FE is #246F01. Grayscale: #B2B2B2. Windows color (decimal): -2387714 or 16683227. OLE color: 16683227.

HSL color Cylindrical-coordinate representation of color #DB90FE: hue angle of 280.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB90FE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219144254-
CMYK0.140.4300.00
HSL280.91º98.21%78.04%-
HSV(B)280.91º43.31%99.61%-
XYZ57.0842.1698.9-
YUV178.96170.35156.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=35.49%
G=23.34%
B=41.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191442540.140.4300.00280.9198.2178.04
HexDB90FEE2B00119624e
Octal333220376165300431142116
Binary11011011100100001111111011101010110010001100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90FE; }

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

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

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

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

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

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

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

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