Shades of Persian Pink #DC6FB5
Tints of Persian Pink #DC6FB5
RGB
CMYK
RGB Variations
Color information
#DC6FB5 (or 0xDC6FB5) is known color: Persian Pink. HEX triplet: DC, 6F and B5. RGB value is (220,111,181). Sum of RGB (Red+Green+Blue) = 220+111+181=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FB5 is #23904A. Grayscale: #979797. Windows color (decimal): -2330699 or 11890652. OLE color: 11890652.
HSL color Cylindrical-coordinate representation of color #DC6FB5: hue angle of 321.47º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FB5 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 181 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.14 |
| HSL | 321.47º | 0.61% | 0.65% | - |
| HSV(B) | 321.47º | 0.5% | 0.86% | - |
| XYZ | 43.54 | 29.92 | 47.2 | - |
| YUV | 151.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 181 | 0 | 0.50 | 0.18 | 0.14 | 321.47 | 0.61 | 0.65 |
| Hex | DC | 6F | B5 | 0 | 32 | 12 | E | 141 | 3D | 41 |
| Octal | 334 | 157 | 265 | 0 | 62 | 22 | 16 | 501 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10110101 | 0 | 110010 | 10010 | 1110 | 101000001 | 111101 | 1000001 |
Color Harmonies of #DC6FB5
Complementary color
Monochromatic Colors of #DC6FB5
Black with #DC6FB5
Text Example
Text Example
White with #DC6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FB5; }
p { color: rgb(220,111,181); }
H1.HeaderClassName
{
color: #DC6FB5;
}
.AnyTagClassName
{
color: #DC6FB5;
}
</style>
background-color css
<style>
a { background-color: #DC6FB5; }
a { background-color: rgb(220,111,181); }
div.DivClassName
{
background-color: #DC6FB5;
}
.BgClassName
{
background-color: #DC6FB5;
}
</style>
border-color css
<style>
span { border-color: #DC6FB5; }
span { border-color: rgb(220,111,181); }
td.TdClassName
{
border-color: #DC6FB5;
}
.TagClassName
{
border-color: #DC6FB5;
}
</style>