Shades of Persian Pink #DD6FB8
Tints of Persian Pink #DD6FB8
RGB
CMYK
RGB Variations
Color information
#DD6FB8 (or 0xDD6FB8) is known color: Persian Pink. HEX triplet: DD, 6F and B8. RGB value is (221,111,184). Sum of RGB (Red+Green+Blue) = 221+111+184=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FB8 is #229047. Grayscale: #989898. Windows color (decimal): -2265160 or 12087261. OLE color: 12087261.
HSL color Cylindrical-coordinate representation of color #DD6FB8: hue angle of 320.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FB8 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 184 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.13 |
| HSL | 320.18º | 0.62% | 0.65% | - |
| HSV(B) | 320.18º | 0.5% | 0.87% | - |
| XYZ | 44.15 | 30.2 | 48.85 | - |
| YUV | 152.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 184 | 0 | 0.50 | 0.17 | 0.13 | 320.18 | 0.62 | 0.65 |
| Hex | DD | 6F | B8 | 0 | 32 | 11 | D | 140 | 3E | 41 |
| Octal | 335 | 157 | 270 | 0 | 62 | 21 | 15 | 500 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10111000 | 0 | 110010 | 10001 | 1101 | 101000000 | 111110 | 1000001 |
Color Harmonies of #DD6FB8
Complementary color
Monochromatic Colors of #DD6FB8
Black with #DD6FB8
Text Example
Text Example
White with #DD6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FB8; }
p { color: rgb(221,111,184); }
H1.HeaderClassName
{
color: #DD6FB8;
}
.AnyTagClassName
{
color: #DD6FB8;
}
</style>
background-color css
<style>
a { background-color: #DD6FB8; }
a { background-color: rgb(221,111,184); }
div.DivClassName
{
background-color: #DD6FB8;
}
.BgClassName
{
background-color: #DD6FB8;
}
</style>
border-color css
<style>
span { border-color: #DD6FB8; }
span { border-color: rgb(221,111,184); }
td.TdClassName
{
border-color: #DD6FB8;
}
.TagClassName
{
border-color: #DD6FB8;
}
</style>