Shades of Persian Pink #DC6BB5
Tints of Persian Pink #DC6BB5
RGB
CMYK
RGB Variations
Color information
#DC6BB5 (or 0xDC6BB5) is known color: Persian Pink. HEX triplet: DC, 6B and B5. RGB value is (220,107,181). Sum of RGB (Red+Green+Blue) = 220+107+181=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BB5 is #23944A. Grayscale: #959595. Windows color (decimal): -2331723 or 11889628. OLE color: 11889628.
HSL color Cylindrical-coordinate representation of color #DC6BB5: hue angle of 320.71º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 181 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.14 |
| HSL | 320.71º | 0.62% | 0.64% | - |
| HSV(B) | 320.71º | 0.51% | 0.86% | - |
| XYZ | 43.11 | 29.07 | 47.05 | - |
| YUV | 149.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 181 | 0 | 0.51 | 0.18 | 0.14 | 320.71 | 0.62 | 0.64 |
| Hex | DC | 6B | B5 | 0 | 33 | 12 | E | 141 | 3E | 40 |
| Octal | 334 | 153 | 265 | 0 | 63 | 22 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10110101 | 0 | 110011 | 10010 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC6BB5
Complementary color
Monochromatic Colors of #DC6BB5
Black with #DC6BB5
Text Example
Text Example
White with #DC6BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BB5; }
p { color: rgb(220,107,181); }
H1.HeaderClassName
{
color: #DC6BB5;
}
.AnyTagClassName
{
color: #DC6BB5;
}
</style>
background-color css
<style>
a { background-color: #DC6BB5; }
a { background-color: rgb(220,107,181); }
div.DivClassName
{
background-color: #DC6BB5;
}
.BgClassName
{
background-color: #DC6BB5;
}
</style>
border-color css
<style>
span { border-color: #DC6BB5; }
span { border-color: rgb(220,107,181); }
td.TdClassName
{
border-color: #DC6BB5;
}
.TagClassName
{
border-color: #DC6BB5;
}
</style>