Shades of Heliotrope #DA5CF2
Tints of Heliotrope #DA5CF2
RGB
CMYK
RGB Variations
Color information
#DA5CF2 (or 0xDA5CF2) is known color: Heliotrope. HEX triplet: DA, 5C and F2. RGB value is (218,92,242). Sum of RGB (Red+Green+Blue) = 218+92+242=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CF2 is #25A30D. Grayscale: #929292. Windows color (decimal): -2466574 or 15883482. OLE color: 15883482.
HSL color Cylindrical-coordinate representation of color #DA5CF2: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5CF2 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 92 | 242 | - |
CMYK | 0.10 | 0.62 | 0 | 0.05 |
HSL | 290.4º | 0.85% | 0.65% | - |
HSV(B) | 290.4º | 0.62% | 0.95% | - |
XYZ | 48.77 | 28.97 | 87.03 | - |
YUV | 146.77 | 181.74 | 178.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 92 | 242 | 0.10 | 0.62 | 0 | 0.05 | 290.4 | 0.85 | 0.65 |
Hex | DA | 5C | F2 | A | 3E | 0 | 5 | 122 | 55 | 41 |
Octal | 332 | 134 | 362 | 12 | 76 | 0 | 5 | 442 | 125 | 101 |
Binary | 11011010 | 1011100 | 11110010 | 1010 | 111110 | 0 | 101 | 100100010 | 1010101 | 1000001 |
Color Harmonies of #DA5CF2
Complementary color
Monochromatic Colors of #DA5CF2
Black with #DA5CF2
Text Example
Text Example
White with #DA5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CF2; }
p { color: rgb(218,92,242); }
H1.HeaderClassName
{
color: #DA5CF2;
}
.AnyTagClassName
{
color: #DA5CF2;
}
</style>
background-color css
<style>
a { background-color: #DA5CF2; }
a { background-color: rgb(218,92,242); }
div.DivClassName
{
background-color: #DA5CF2;
}
.BgClassName
{
background-color: #DA5CF2;
}
</style>
border-color css
<style>
span { border-color: #DA5CF2; }
span { border-color: rgb(218,92,242); }
td.TdClassName
{
border-color: #DA5CF2;
}
.TagClassName
{
border-color: #DA5CF2;
}
</style>