Shades of Heliotrope #DD45FD
Tints of Heliotrope #DD45FD
RGB
CMYK
RGB Variations
Color information
#DD45FD (or 0xDD45FD) is known color: Heliotrope. HEX triplet: DD, 45 and FD. RGB value is (221,69,253). Sum of RGB (Red+Green+Blue) = 221+69+253=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 69 (27.34% from 255 or 12.71% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD45FD is #22BA02. Grayscale: #868686. Windows color (decimal): -2275843 or 16598493. OLE color: 16598493.
HSL color Cylindrical-coordinate representation of color #DD45FD: hue angle of 289.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD45FD is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 69 | 253 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.01 |
| HSL | 289.57º | 0.98% | 0.63% | - |
| HSV(B) | 289.57º | 0.73% | 0.99% | - |
| XYZ | 49.68 | 26.72 | 95.47 | - |
| YUV | 135.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 253 | 0.13 | 0.73 | 0 | 0.01 | 289.57 | 0.98 | 0.63 |
| Hex | DD | 45 | FD | D | 49 | 0 | 1 | 122 | 62 | 3F |
| Octal | 335 | 105 | 375 | 15 | 111 | 0 | 1 | 442 | 142 | 77 |
| Binary | 11011101 | 1000101 | 11111101 | 1101 | 1001001 | 0 | 1 | 100100010 | 1100010 | 111111 |
Color Harmonies of #DD45FD
Complementary color
Monochromatic Colors of #DD45FD
Black with #DD45FD
Text Example
Text Example
White with #DD45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45FD; }
p { color: rgb(221,69,253); }
H1.HeaderClassName
{
color: #DD45FD;
}
.AnyTagClassName
{
color: #DD45FD;
}
</style>
background-color css
<style>
a { background-color: #DD45FD; }
a { background-color: rgb(221,69,253); }
div.DivClassName
{
background-color: #DD45FD;
}
.BgClassName
{
background-color: #DD45FD;
}
</style>
border-color css
<style>
span { border-color: #DD45FD; }
span { border-color: rgb(221,69,253); }
td.TdClassName
{
border-color: #DD45FD;
}
.TagClassName
{
border-color: #DD45FD;
}
</style>