Shades of Persian Pink #DD6CB4
Tints of Persian Pink #DD6CB4
RGB
CMYK
RGB Variations
Color information
#DD6CB4 (or 0xDD6CB4) is known color: Persian Pink. HEX triplet: DD, 6C and B4. RGB value is (221,108,180). Sum of RGB (Red+Green+Blue) = 221+108+180=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CB4 is #22934B. Grayscale: #959595. Windows color (decimal): -2265932 or 11824349. OLE color: 11824349.
HSL color Cylindrical-coordinate representation of color #DD6CB4: hue angle of 321.77º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CB4 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 180 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.13 |
| HSL | 321.77º | 0.62% | 0.65% | - |
| HSV(B) | 321.77º | 0.51% | 0.87% | - |
| XYZ | 43.42 | 29.39 | 46.56 | - |
| YUV | 150 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 180 | 0 | 0.51 | 0.19 | 0.13 | 321.77 | 0.62 | 0.65 |
| Hex | DD | 6C | B4 | 0 | 33 | 13 | D | 142 | 3E | 41 |
| Octal | 335 | 154 | 264 | 0 | 63 | 23 | 15 | 502 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10110100 | 0 | 110011 | 10011 | 1101 | 101000010 | 111110 | 1000001 |
Color Harmonies of #DD6CB4
Complementary color
Monochromatic Colors of #DD6CB4
Black with #DD6CB4
Text Example
Text Example
White with #DD6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CB4; }
p { color: rgb(221,108,180); }
H1.HeaderClassName
{
color: #DD6CB4;
}
.AnyTagClassName
{
color: #DD6CB4;
}
</style>
background-color css
<style>
a { background-color: #DD6CB4; }
a { background-color: rgb(221,108,180); }
div.DivClassName
{
background-color: #DD6CB4;
}
.BgClassName
{
background-color: #DD6CB4;
}
</style>
border-color css
<style>
span { border-color: #DD6CB4; }
span { border-color: rgb(221,108,180); }
td.TdClassName
{
border-color: #DD6CB4;
}
.TagClassName
{
border-color: #DD6CB4;
}
</style>