Shades of Persian Pink #DC6AB4
Tints of Persian Pink #DC6AB4
RGB
CMYK
RGB Variations
Color information
#DC6AB4 (or 0xDC6AB4) is known color: Persian Pink. HEX triplet: DC, 6A and B4. RGB value is (220,106,180). Sum of RGB (Red+Green+Blue) = 220+106+180=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AB4 is #23954B. Grayscale: #949494. Windows color (decimal): -2331980 or 11823836. OLE color: 11823836.
HSL color Cylindrical-coordinate representation of color #DC6AB4: hue angle of 321.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AB4 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 180 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.14 |
| HSL | 321.05º | 0.62% | 0.64% | - |
| HSV(B) | 321.05º | 0.52% | 0.86% | - |
| XYZ | 42.91 | 28.82 | 46.48 | - |
| YUV | 148.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 180 | 0 | 0.52 | 0.18 | 0.14 | 321.05 | 0.62 | 0.64 |
| Hex | DC | 6A | B4 | 0 | 34 | 12 | E | 141 | 3E | 40 |
| Octal | 334 | 152 | 264 | 0 | 64 | 22 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10110100 | 0 | 110100 | 10010 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC6AB4
Complementary color
Monochromatic Colors of #DC6AB4
Black with #DC6AB4
Text Example
Text Example
White with #DC6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AB4; }
p { color: rgb(220,106,180); }
H1.HeaderClassName
{
color: #DC6AB4;
}
.AnyTagClassName
{
color: #DC6AB4;
}
</style>
background-color css
<style>
a { background-color: #DC6AB4; }
a { background-color: rgb(220,106,180); }
div.DivClassName
{
background-color: #DC6AB4;
}
.BgClassName
{
background-color: #DC6AB4;
}
</style>
border-color css
<style>
span { border-color: #DC6AB4; }
span { border-color: rgb(220,106,180); }
td.TdClassName
{
border-color: #DC6AB4;
}
.TagClassName
{
border-color: #DC6AB4;
}
</style>