Shades of Heliotrope #DD72FF
Tints of Heliotrope #DD72FF
RGB
CMYK
RGB Variations
Color information
#DD72FF (or 0xDD72FF) is known color: Heliotrope. HEX triplet: DD, 72 and FF. RGB value is (221,114,255). Sum of RGB (Red+Green+Blue) = 221+114+255=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72FF is #228D00. Grayscale: #A1A1A1. Windows color (decimal): -2264321 or 16741085. OLE color: 16741085.
HSL color Cylindrical-coordinate representation of color #DD72FF: hue angle of 285.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD72FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 114 | 255 | - |
| CMYK | 0.13 | 0.55 | 0 | 0 |
| HSL | 285.53º | 1% | 0.72% | - |
| HSV(B) | 285.53º | 0.55% | 1% | - |
| XYZ | 53.89 | 34.63 | 98.45 | - |
| YUV | 162.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 255 | 0.13 | 0.55 | 0 | 0 | 285.53 | 1 | 0.72 |
| Hex | DD | 72 | FF | D | 37 | 0 | 0 | 11E | 64 | 48 |
| Octal | 335 | 162 | 377 | 15 | 67 | 0 | 0 | 436 | 144 | 110 |
| Binary | 11011101 | 1110010 | 11111111 | 1101 | 110111 | 0 | 0 | 100011110 | 1100100 | 1001000 |
Color Harmonies of #DD72FF
Complementary color
Monochromatic Colors of #DD72FF
Black with #DD72FF
Text Example
Text Example
White with #DD72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72FF; }
p { color: rgb(221,114,255); }
H1.HeaderClassName
{
color: #DD72FF;
}
.AnyTagClassName
{
color: #DD72FF;
}
</style>
background-color css
<style>
a { background-color: #DD72FF; }
a { background-color: rgb(221,114,255); }
div.DivClassName
{
background-color: #DD72FF;
}
.BgClassName
{
background-color: #DD72FF;
}
</style>
border-color css
<style>
span { border-color: #DD72FF; }
span { border-color: rgb(221,114,255); }
td.TdClassName
{
border-color: #DD72FF;
}
.TagClassName
{
border-color: #DD72FF;
}
</style>