Shades of Heliotrope #DD92FB
Tints of Heliotrope #DD92FB
RGB
CMYK
RGB Variations
Color information
#DD92FB (or 0xDD92FB) is known color: Heliotrope. HEX triplet: DD, 92 and FB. RGB value is (221,146,251). Sum of RGB (Red+Green+Blue) = 221+146+251=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FB is #226D04. Grayscale: #B4B4B4. Windows color (decimal): -2256133 or 16487133. OLE color: 16487133.
HSL color Cylindrical-coordinate representation of color #DD92FB: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD92FB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 146 | 251 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.02 |
| HSL | 282.86º | 0.93% | 0.78% | - |
| HSV(B) | 282.86º | 0.42% | 0.98% | - |
| XYZ | 57.51 | 42.89 | 96.52 | - |
| YUV | 180.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 251 | 0.12 | 0.42 | 0 | 0.02 | 282.86 | 0.93 | 0.78 |
| Hex | DD | 92 | FB | C | 2A | 0 | 2 | 11B | 5D | 4E |
| Octal | 335 | 222 | 373 | 14 | 52 | 0 | 2 | 433 | 135 | 116 |
| Binary | 11011101 | 10010010 | 11111011 | 1100 | 101010 | 0 | 10 | 100011011 | 1011101 | 1001110 |
Color Harmonies of #DD92FB
Complementary color
Monochromatic Colors of #DD92FB
Black with #DD92FB
Text Example
Text Example
White with #DD92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92FB; }
p { color: rgb(221,146,251); }
H1.HeaderClassName
{
color: #DD92FB;
}
.AnyTagClassName
{
color: #DD92FB;
}
</style>
background-color css
<style>
a { background-color: #DD92FB; }
a { background-color: rgb(221,146,251); }
div.DivClassName
{
background-color: #DD92FB;
}
.BgClassName
{
background-color: #DD92FB;
}
</style>
border-color css
<style>
span { border-color: #DD92FB; }
span { border-color: rgb(221,146,251); }
td.TdClassName
{
border-color: #DD92FB;
}
.TagClassName
{
border-color: #DD92FB;
}
</style>