#DB66FE

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

Shades of Heliotrope #DB66FE

Tints of Heliotrope #DB66FE

Color information

#DB66FE (or 0xDB66FE) is unknown color: approx Heliotrope. HEX triplet: DB, 66 and FE. RGB value is (219,102,254). Sum of RGB (Red+Green+Blue) = 219+102+254=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FE is #249901. Grayscale: #999999. Windows color (decimal): -2398466 or 16672475. OLE color: 16672475.

HSL color Cylindrical-coordinate representation of color #DB66FE: hue angle of 286.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB66FE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219102254-
CMYK0.140.6000.00
HSL286.18º98.7%69.8%-
HSV(B)286.18º59.84%99.61%-
XYZ51.8531.7297.16-
YUV154.31184.26174.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 102 (40.23% from 255) = 17.74%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=38.09%
G=17.74%
B=44.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191022540.140.6000.00286.1898.769.8
HexDB66FEE3C0011e6346
Octal333146376167400436143106
Binary1101101111001101111111011101111000010001111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66FE; }

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

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

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

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

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

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

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

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