Shades of Persian Pink #DB75BC
Tints of Persian Pink #DB75BC
RGB
CMYK
RGB Variations
Color information
#DB75BC (or 0xDB75BC) is known color: Persian Pink. HEX triplet: DB, 75 and BC. RGB value is (219,117,188). Sum of RGB (Red+Green+Blue) = 219+117+188=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BC is #248A43. Grayscale: #9B9B9B. Windows color (decimal): -2394692 or 12350939. OLE color: 12350939.
HSL color Cylindrical-coordinate representation of color #DB75BC: hue angle of 318.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75BC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 188 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.14 |
| HSL | 318.24º | 0.59% | 0.66% | - |
| HSV(B) | 318.24º | 0.47% | 0.86% | - |
| XYZ | 44.65 | 31.41 | 51.29 | - |
| YUV | 155.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 188 | 0 | 0.47 | 0.14 | 0.14 | 318.24 | 0.59 | 0.66 |
| Hex | DB | 75 | BC | 0 | 2F | E | E | 13E | 3B | 42 |
| Octal | 333 | 165 | 274 | 0 | 57 | 16 | 16 | 476 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10111100 | 0 | 101111 | 1110 | 1110 | 100111110 | 111011 | 1000010 |
Color Harmonies of #DB75BC
Complementary color
Monochromatic Colors of #DB75BC
Black with #DB75BC
Text Example
Text Example
White with #DB75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75BC; }
p { color: rgb(219,117,188); }
H1.HeaderClassName
{
color: #DB75BC;
}
.AnyTagClassName
{
color: #DB75BC;
}
</style>
background-color css
<style>
a { background-color: #DB75BC; }
a { background-color: rgb(219,117,188); }
div.DivClassName
{
background-color: #DB75BC;
}
.BgClassName
{
background-color: #DB75BC;
}
</style>
border-color css
<style>
span { border-color: #DB75BC; }
span { border-color: rgb(219,117,188); }
td.TdClassName
{
border-color: #DB75BC;
}
.TagClassName
{
border-color: #DB75BC;
}
</style>