Shades of Heliotrope #DD5CFD
Tints of Heliotrope #DD5CFD
RGB
CMYK
RGB Variations
Color information
#DD5CFD (or 0xDD5CFD) is known color: Heliotrope. HEX triplet: DD, 5C and FD. RGB value is (221,92,253). Sum of RGB (Red+Green+Blue) = 221+92+253=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CFD is #22A302. Grayscale: #949494. Windows color (decimal): -2269955 or 16604381. OLE color: 16604381.
HSL color Cylindrical-coordinate representation of color #DD5CFD: hue angle of 288.07º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5CFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 92 | 253 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 288.07º | 0.98% | 0.68% | - |
| HSV(B) | 288.07º | 0.64% | 0.99% | - |
| XYZ | 51.38 | 30.12 | 96.03 | - |
| YUV | 148.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 253 | 0.13 | 0.64 | 0 | 0.01 | 288.07 | 0.98 | 0.68 |
| Hex | DD | 5C | FD | D | 40 | 0 | 1 | 120 | 62 | 44 |
| Octal | 335 | 134 | 375 | 15 | 100 | 0 | 1 | 440 | 142 | 104 |
| Binary | 11011101 | 1011100 | 11111101 | 1101 | 1000000 | 0 | 1 | 100100000 | 1100010 | 1000100 |
Color Harmonies of #DD5CFD
Complementary color
Monochromatic Colors of #DD5CFD
Black with #DD5CFD
Text Example
Text Example
White with #DD5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CFD; }
p { color: rgb(221,92,253); }
H1.HeaderClassName
{
color: #DD5CFD;
}
.AnyTagClassName
{
color: #DD5CFD;
}
</style>
background-color css
<style>
a { background-color: #DD5CFD; }
a { background-color: rgb(221,92,253); }
div.DivClassName
{
background-color: #DD5CFD;
}
.BgClassName
{
background-color: #DD5CFD;
}
</style>
border-color css
<style>
span { border-color: #DD5CFD; }
span { border-color: rgb(221,92,253); }
td.TdClassName
{
border-color: #DD5CFD;
}
.TagClassName
{
border-color: #DD5CFD;
}
</style>