#DB61F9

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

Shades of Heliotrope #DB61F9

Tints of Heliotrope #DB61F9

Color information

#DB61F9 (or 0xDB61F9) is unknown color: approx Heliotrope. HEX triplet: DB, 61 and F9. RGB value is (219,97,249). Sum of RGB (Red+Green+Blue) = 219+97+249=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB61F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61F9 is #249E06. Grayscale: #969696. Windows color (decimal): -2399751 or 16343515. OLE color: 16343515.

HSL color Cylindrical-coordinate representation of color #DB61F9: hue angle of 288.16º 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 #DB61F9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21997249-
CMYK0.120.6100.02
HSL288.16º92.68%67.84%-
HSV(B)288.16º61.04%97.65%-
XYZ50.5930.4592.83-
YUV150.81183.42176.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 97 (38.28% from 255) = 17.17%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=38.76%
G=17.17%
B=44.07%

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
Decimal219972490.120.6100.02288.1692.6867.84
HexDB61F9C3D021205d44
Octal333141371147502440135104
Binary11011011110000111111001110011110101010010000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61F9; }

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

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

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

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

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

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

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

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