#DA58F9

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

Shades of Heliotrope #DA58F9

Tints of Heliotrope #DA58F9

Color information

#DA58F9 (or 0xDA58F9) is unknown color: approx Heliotrope. HEX triplet: DA, 58 and F9. RGB value is (218,88,249). Sum of RGB (Red+Green+Blue) = 218+88+249=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58F9 is #25A706. Grayscale: #909090. Windows color (decimal): -2467591 or 16341210. OLE color: 16341210.

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

Color convert

RGB21888249-
CMYK0.120.6500.02
HSL288.45º93.06%66.08%-
HSV(B)288.45º64.66%97.65%-
XYZ49.528.7292.56-
YUV145.22186.57179.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 88 (34.77% from 255) = 15.86%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=39.28%
G=15.86%
B=44.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218882490.120.6500.02288.4593.0666.08
HexDA58F9C41021205d42
Octal3321303711410102440135102
Binary110110101011000111110011100100000101010010000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA58F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA58F9; }

 p { color: rgb(218,88,249); }

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

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

 a { background-color: rgb(218,88,249); }

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

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

 span { border-color: rgb(218,88,249); }

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