Shades of Heliotrope #D753F2
Tints of Heliotrope #D753F2
RGB
CMYK
RGB Variations
Color information
#D753F2 (or 0xD753F2) is known color: Heliotrope. HEX triplet: D7, 53 and F2. RGB value is (215,83,242). Sum of RGB (Red+Green+Blue) = 215+83+242=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #D753F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D753F2 is #28AC0D. Grayscale: #8C8C8C. Windows color (decimal): -2665486 or 15881175. OLE color: 15881175.
HSL color Cylindrical-coordinate representation of color #D753F2: hue angle of 289.81º 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 #D753F2 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 83 | 242 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.05 |
| HSL | 289.81º | 0.86% | 0.64% | - |
| HSV(B) | 289.81º | 0.66% | 0.95% | - |
| XYZ | 47.14 | 27.04 | 86.74 | - |
| YUV | 140.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 242 | 0.11 | 0.66 | 0 | 0.05 | 289.81 | 0.86 | 0.64 |
| Hex | D7 | 53 | F2 | B | 42 | 0 | 5 | 122 | 56 | 40 |
| Octal | 327 | 123 | 362 | 13 | 102 | 0 | 5 | 442 | 126 | 100 |
| Binary | 11010111 | 1010011 | 11110010 | 1011 | 1000010 | 0 | 101 | 100100010 | 1010110 | 1000000 |
Color Harmonies of #D753F2
Complementary color
Monochromatic Colors of #D753F2
Black with #D753F2
Text Example
Text Example
White with #D753F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753F2; }
p { color: rgb(215,83,242); }
H1.HeaderClassName
{
color: #D753F2;
}
.AnyTagClassName
{
color: #D753F2;
}
</style>
background-color css
<style>
a { background-color: #D753F2; }
a { background-color: rgb(215,83,242); }
div.DivClassName
{
background-color: #D753F2;
}
.BgClassName
{
background-color: #D753F2;
}
</style>
border-color css
<style>
span { border-color: #D753F2; }
span { border-color: rgb(215,83,242); }
td.TdClassName
{
border-color: #D753F2;
}
.TagClassName
{
border-color: #D753F2;
}
</style>