#DB60F9

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

Shades of Heliotrope #DB60F9

Tints of Heliotrope #DB60F9

Color information

#DB60F9 (or 0xDB60F9) is unknown color: approx Heliotrope. HEX triplet: DB, 60 and F9. RGB value is (219,96,249). Sum of RGB (Red+Green+Blue) = 219+96+249=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60F9 is #249F06. Grayscale: #959595. Windows color (decimal): -2400007 or 16343259. OLE color: 16343259.

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

Color convert

RGB21996249-
CMYK0.120.6100.02
HSL288.24º92.73%67.65%-
HSV(B)288.24º61.45%97.65%-
XYZ50.530.2792.8-
YUV150.22183.75177.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 96 (37.89% from 255) = 17.02%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=38.83%
G=17.02%
B=44.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219962490.120.6100.02288.2492.7367.65
HexDB60F9C3D021205d44
Octal333140371147502440135104
Binary11011011110000011111001110011110101010010000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60F9; }

 p { color: rgb(219,96,249); }

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

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

 a { background-color: rgb(219,96,249); }

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

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

 span { border-color: rgb(219,96,249); }

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