Shades of Heliotrope #DC52FD
Tints of Heliotrope #DC52FD
RGB
CMYK
RGB Variations
Color information
#DC52FD (or 0xDC52FD) is known color: Heliotrope. HEX triplet: DC, 52 and FD. RGB value is (220,82,253). Sum of RGB (Red+Green+Blue) = 220+82+253=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC52FD is #23AD02. Grayscale: #8E8E8E. Windows color (decimal): -2338051 or 16601820. OLE color: 16601820.
HSL color Cylindrical-coordinate representation of color #DC52FD: hue angle of 288.42º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC52FD is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 82 | 253 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.01 |
| HSL | 288.42º | 0.98% | 0.66% | - |
| HSV(B) | 288.42º | 0.68% | 0.99% | - |
| XYZ | 50.26 | 28.34 | 95.75 | - |
| YUV | 142.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 253 | 0.13 | 0.68 | 0 | 0.01 | 288.42 | 0.98 | 0.66 |
| Hex | DC | 52 | FD | D | 44 | 0 | 1 | 120 | 62 | 42 |
| Octal | 334 | 122 | 375 | 15 | 104 | 0 | 1 | 440 | 142 | 102 |
| Binary | 11011100 | 1010010 | 11111101 | 1101 | 1000100 | 0 | 1 | 100100000 | 1100010 | 1000010 |
Color Harmonies of #DC52FD
Complementary color
Monochromatic Colors of #DC52FD
Black with #DC52FD
Text Example
Text Example
White with #DC52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52FD; }
p { color: rgb(220,82,253); }
H1.HeaderClassName
{
color: #DC52FD;
}
.AnyTagClassName
{
color: #DC52FD;
}
</style>
background-color css
<style>
a { background-color: #DC52FD; }
a { background-color: rgb(220,82,253); }
div.DivClassName
{
background-color: #DC52FD;
}
.BgClassName
{
background-color: #DC52FD;
}
</style>
border-color css
<style>
span { border-color: #DC52FD; }
span { border-color: rgb(220,82,253); }
td.TdClassName
{
border-color: #DC52FD;
}
.TagClassName
{
border-color: #DC52FD;
}
</style>