Shades of Heliotrope #DD67FB
Tints of Heliotrope #DD67FB
RGB
CMYK
RGB Variations
Color information
#DD67FB (or 0xDD67FB) is known color: Heliotrope. HEX triplet: DD, 67 and FB. RGB value is (221,103,251). Sum of RGB (Red+Green+Blue) = 221+103+251=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD67FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67FB is #229804. Grayscale: #9A9A9A. Windows color (decimal): -2267141 or 16476125. OLE color: 16476125.
HSL color Cylindrical-coordinate representation of color #DD67FB: hue angle of 287.84º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD67FB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 103 | 251 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.02 |
| HSL | 287.84º | 0.95% | 0.69% | - |
| HSV(B) | 287.84º | 0.59% | 0.98% | - |
| XYZ | 52.08 | 32.04 | 94.71 | - |
| YUV | 155.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 251 | 0.12 | 0.59 | 0 | 0.02 | 287.84 | 0.95 | 0.69 |
| Hex | DD | 67 | FB | C | 3B | 0 | 2 | 120 | 5F | 45 |
| Octal | 335 | 147 | 373 | 14 | 73 | 0 | 2 | 440 | 137 | 105 |
| Binary | 11011101 | 1100111 | 11111011 | 1100 | 111011 | 0 | 10 | 100100000 | 1011111 | 1000101 |
Color Harmonies of #DD67FB
Complementary color
Monochromatic Colors of #DD67FB
Black with #DD67FB
Text Example
Text Example
White with #DD67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67FB; }
p { color: rgb(221,103,251); }
H1.HeaderClassName
{
color: #DD67FB;
}
.AnyTagClassName
{
color: #DD67FB;
}
</style>
background-color css
<style>
a { background-color: #DD67FB; }
a { background-color: rgb(221,103,251); }
div.DivClassName
{
background-color: #DD67FB;
}
.BgClassName
{
background-color: #DD67FB;
}
</style>
border-color css
<style>
span { border-color: #DD67FB; }
span { border-color: rgb(221,103,251); }
td.TdClassName
{
border-color: #DD67FB;
}
.TagClassName
{
border-color: #DD67FB;
}
</style>