Shades of Persian Rose #DC3BAF
Tints of Persian Rose #DC3BAF
RGB
CMYK
RGB Variations
Color information
#DC3BAF (or 0xDC3BAF) is known color: Persian Rose. HEX triplet: DC, 3B and AF. RGB value is (220,59,175). Sum of RGB (Red+Green+Blue) = 220+59+175=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BAF is #23C450. Grayscale: #787878. Windows color (decimal): -2344017 or 11484124. OLE color: 11484124.
HSL color Cylindrical-coordinate representation of color #DC3BAF: hue angle of 316.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BAF is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 175 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.14 |
| HSL | 316.77º | 0.7% | 0.55% | - |
| HSV(B) | 316.77º | 0.73% | 0.86% | - |
| XYZ | 38.82 | 21.44 | 42.65 | - |
| YUV | 120.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 175 | 0 | 0.73 | 0.20 | 0.14 | 316.77 | 0.7 | 0.55 |
| Hex | DC | 3B | AF | 0 | 49 | 14 | E | 13D | 46 | 37 |
| Octal | 334 | 73 | 257 | 0 | 111 | 24 | 16 | 475 | 106 | 67 |
| Binary | 11011100 | 111011 | 10101111 | 0 | 1001001 | 10100 | 1110 | 100111101 | 1000110 | 110111 |
Color Harmonies of #DC3BAF
Complementary color
Monochromatic Colors of #DC3BAF
Black with #DC3BAF
Text Example
Text Example
White with #DC3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BAF; }
p { color: rgb(220,59,175); }
H1.HeaderClassName
{
color: #DC3BAF;
}
.AnyTagClassName
{
color: #DC3BAF;
}
</style>
background-color css
<style>
a { background-color: #DC3BAF; }
a { background-color: rgb(220,59,175); }
div.DivClassName
{
background-color: #DC3BAF;
}
.BgClassName
{
background-color: #DC3BAF;
}
</style>
border-color css
<style>
span { border-color: #DC3BAF; }
span { border-color: rgb(220,59,175); }
td.TdClassName
{
border-color: #DC3BAF;
}
.TagClassName
{
border-color: #DC3BAF;
}
</style>