Shades of Heliotrope #DD7CFD
Tints of Heliotrope #DD7CFD
RGB
CMYK
RGB Variations
Color information
#DD7CFD (or 0xDD7CFD) is known color: Heliotrope. HEX triplet: DD, 7C and FD. RGB value is (221,124,253). Sum of RGB (Red+Green+Blue) = 221+124+253=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFD is #228302. Grayscale: #A7A7A7. Windows color (decimal): -2261763 or 16612573. OLE color: 16612573.
HSL color Cylindrical-coordinate representation of color #DD7CFD: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7CFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 124 | 253 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 285.12º | 0.97% | 0.74% | - |
| HSV(B) | 285.12º | 0.51% | 0.99% | - |
| XYZ | 54.76 | 36.88 | 97.16 | - |
| YUV | 167.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 253 | 0.13 | 0.51 | 0 | 0.01 | 285.12 | 0.97 | 0.74 |
| Hex | DD | 7C | FD | D | 33 | 0 | 1 | 11D | 61 | 4A |
| Octal | 335 | 174 | 375 | 15 | 63 | 0 | 1 | 435 | 141 | 112 |
| Binary | 11011101 | 1111100 | 11111101 | 1101 | 110011 | 0 | 1 | 100011101 | 1100001 | 1001010 |
Color Harmonies of #DD7CFD
Complementary color
Monochromatic Colors of #DD7CFD
Black with #DD7CFD
Text Example
Text Example
White with #DD7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CFD; }
p { color: rgb(221,124,253); }
H1.HeaderClassName
{
color: #DD7CFD;
}
.AnyTagClassName
{
color: #DD7CFD;
}
</style>
background-color css
<style>
a { background-color: #DD7CFD; }
a { background-color: rgb(221,124,253); }
div.DivClassName
{
background-color: #DD7CFD;
}
.BgClassName
{
background-color: #DD7CFD;
}
</style>
border-color css
<style>
span { border-color: #DD7CFD; }
span { border-color: rgb(221,124,253); }
td.TdClassName
{
border-color: #DD7CFD;
}
.TagClassName
{
border-color: #DD7CFD;
}
</style>