Shades of Dark Pink #DA5C83
Tints of Dark Pink #DA5C83
RGB
CMYK
RGB Variations
Color information
#DA5C83 (or 0xDA5C83) is known color: Dark Pink. HEX triplet: DA, 5C and 83. RGB value is (218,92,131). Sum of RGB (Red+Green+Blue) = 218+92+131=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C83 is #25A37C. Grayscale: #868686. Windows color (decimal): -2466685 or 8608986. OLE color: 8608986.
HSL color Cylindrical-coordinate representation of color #DA5C83: hue angle of 341.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C83 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 131 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.15 |
| HSL | 341.43º | 0.63% | 0.61% | - |
| HSV(B) | 341.43º | 0.58% | 0.85% | - |
| XYZ | 36.84 | 24.2 | 24.2 | - |
| YUV | 134.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 131 | 0 | 0.58 | 0.40 | 0.15 | 341.43 | 0.63 | 0.61 |
| Hex | DA | 5C | 83 | 0 | 3A | 28 | F | 155 | 3F | 3D |
| Octal | 332 | 134 | 203 | 0 | 72 | 50 | 17 | 525 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10000011 | 0 | 111010 | 101000 | 1111 | 101010101 | 111111 | 111101 |
Color Harmonies of #DA5C83
Complementary color
Monochromatic Colors of #DA5C83
Black with #DA5C83
Text Example
Text Example
White with #DA5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C83; }
p { color: rgb(218,92,131); }
H1.HeaderClassName
{
color: #DA5C83;
}
.AnyTagClassName
{
color: #DA5C83;
}
</style>
background-color css
<style>
a { background-color: #DA5C83; }
a { background-color: rgb(218,92,131); }
div.DivClassName
{
background-color: #DA5C83;
}
.BgClassName
{
background-color: #DA5C83;
}
</style>
border-color css
<style>
span { border-color: #DA5C83; }
span { border-color: rgb(218,92,131); }
td.TdClassName
{
border-color: #DA5C83;
}
.TagClassName
{
border-color: #DA5C83;
}
</style>