Shades of Heliotrope #D053F2
Tints of Heliotrope #D053F2
RGB
CMYK
RGB Variations
Color information
#D053F2 (or 0xD053F2) is known color: Heliotrope. HEX triplet: D0, 53 and F2. RGB value is (208,83,242). Sum of RGB (Red+Green+Blue) = 208+83+242=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #D053F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053F2 is #2FAC0D. Grayscale: #898989. Windows color (decimal): -3124238 or 15881168. OLE color: 15881168.
HSL color Cylindrical-coordinate representation of color #D053F2: hue angle of 287.17º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D053F2 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 83 | 242 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.05 |
| HSL | 287.17º | 0.86% | 0.64% | - |
| HSV(B) | 287.17º | 0.66% | 0.95% | - |
| XYZ | 45.13 | 26.01 | 86.65 | - |
| YUV | 138.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 242 | 0.14 | 0.66 | 0 | 0.05 | 287.17 | 0.86 | 0.64 |
| Hex | D0 | 53 | F2 | E | 42 | 0 | 5 | 11F | 56 | 40 |
| Octal | 320 | 123 | 362 | 16 | 102 | 0 | 5 | 437 | 126 | 100 |
| Binary | 11010000 | 1010011 | 11110010 | 1110 | 1000010 | 0 | 101 | 100011111 | 1010110 | 1000000 |
Color Harmonies of #D053F2
Complementary color
Monochromatic Colors of #D053F2
Black with #D053F2
Text Example
Text Example
White with #D053F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053F2; }
p { color: rgb(208,83,242); }
H1.HeaderClassName
{
color: #D053F2;
}
.AnyTagClassName
{
color: #D053F2;
}
</style>
background-color css
<style>
a { background-color: #D053F2; }
a { background-color: rgb(208,83,242); }
div.DivClassName
{
background-color: #D053F2;
}
.BgClassName
{
background-color: #D053F2;
}
</style>
border-color css
<style>
span { border-color: #D053F2; }
span { border-color: rgb(208,83,242); }
td.TdClassName
{
border-color: #D053F2;
}
.TagClassName
{
border-color: #D053F2;
}
</style>