Shades of Persian Pink #DC83BD
Tints of Persian Pink #DC83BD
RGB
CMYK
RGB Variations
Color information
#DC83BD (or 0xDC83BD) is known color: Persian Pink. HEX triplet: DC, 83 and BD. RGB value is (220,131,189). Sum of RGB (Red+Green+Blue) = 220+131+189=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83BD is #237C42. Grayscale: #A4A4A4. Windows color (decimal): -2325571 or 12420060. OLE color: 12420060.
HSL color Cylindrical-coordinate representation of color #DC83BD: hue angle of 320.9º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83BD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 189 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.14 |
| HSL | 320.9º | 0.56% | 0.69% | - |
| HSV(B) | 320.9º | 0.4% | 0.86% | - |
| XYZ | 46.82 | 35.12 | 52.46 | - |
| YUV | 164.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 189 | 0 | 0.40 | 0.14 | 0.14 | 320.9 | 0.56 | 0.69 |
| Hex | DC | 83 | BD | 0 | 28 | E | E | 141 | 38 | 45 |
| Octal | 334 | 203 | 275 | 0 | 50 | 16 | 16 | 501 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10111101 | 0 | 101000 | 1110 | 1110 | 101000001 | 111000 | 1000101 |
Color Harmonies of #DC83BD
Complementary color
Monochromatic Colors of #DC83BD
Black with #DC83BD
Text Example
Text Example
White with #DC83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83BD; }
p { color: rgb(220,131,189); }
H1.HeaderClassName
{
color: #DC83BD;
}
.AnyTagClassName
{
color: #DC83BD;
}
</style>
background-color css
<style>
a { background-color: #DC83BD; }
a { background-color: rgb(220,131,189); }
div.DivClassName
{
background-color: #DC83BD;
}
.BgClassName
{
background-color: #DC83BD;
}
</style>
border-color css
<style>
span { border-color: #DC83BD; }
span { border-color: rgb(220,131,189); }
td.TdClassName
{
border-color: #DC83BD;
}
.TagClassName
{
border-color: #DC83BD;
}
</style>