Shades of Heliotrope #DD7BFD
Tints of Heliotrope #DD7BFD
RGB
CMYK
RGB Variations
Color information
#DD7BFD (or 0xDD7BFD) is known color: Heliotrope. HEX triplet: DD, 7B and FD. RGB value is (221,123,253). Sum of RGB (Red+Green+Blue) = 221+123+253=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFD is #228402. Grayscale: #A6A6A6. Windows color (decimal): -2262019 or 16612317. OLE color: 16612317.
HSL color Cylindrical-coordinate representation of color #DD7BFD: hue angle of 285.23º 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 #DD7BFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 123 | 253 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 285.23º | 0.97% | 0.74% | - |
| HSV(B) | 285.23º | 0.51% | 0.99% | - |
| XYZ | 54.63 | 36.63 | 97.12 | - |
| YUV | 167.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 253 | 0.13 | 0.51 | 0 | 0.01 | 285.23 | 0.97 | 0.74 |
| Hex | DD | 7B | FD | D | 33 | 0 | 1 | 11D | 61 | 4A |
| Octal | 335 | 173 | 375 | 15 | 63 | 0 | 1 | 435 | 141 | 112 |
| Binary | 11011101 | 1111011 | 11111101 | 1101 | 110011 | 0 | 1 | 100011101 | 1100001 | 1001010 |
Color Harmonies of #DD7BFD
Complementary color
Monochromatic Colors of #DD7BFD
Black with #DD7BFD
Text Example
Text Example
White with #DD7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BFD; }
p { color: rgb(221,123,253); }
H1.HeaderClassName
{
color: #DD7BFD;
}
.AnyTagClassName
{
color: #DD7BFD;
}
</style>
background-color css
<style>
a { background-color: #DD7BFD; }
a { background-color: rgb(221,123,253); }
div.DivClassName
{
background-color: #DD7BFD;
}
.BgClassName
{
background-color: #DD7BFD;
}
</style>
border-color css
<style>
span { border-color: #DD7BFD; }
span { border-color: rgb(221,123,253); }
td.TdClassName
{
border-color: #DD7BFD;
}
.TagClassName
{
border-color: #DD7BFD;
}
</style>