Shades of Dark Pink #DE568F
Tints of Dark Pink #DE568F
RGB
CMYK
RGB Variations
Color information
#DE568F (or 0xDE568F) is known color: Dark Pink. HEX triplet: DE, 56 and 8F. RGB value is (222,86,143). Sum of RGB (Red+Green+Blue) = 222+86+143=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE568F is #21A970. Grayscale: #858585. Windows color (decimal): -2206065 or 9393886. OLE color: 9393886.
HSL color Cylindrical-coordinate representation of color #DE568F: hue angle of 334.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE568F is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 143 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 334.85º | 0.67% | 0.6% | - |
| HSV(B) | 334.85º | 0.61% | 0.87% | - |
| XYZ | 38.41 | 24.17 | 28.63 | - |
| YUV | 133.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 143 | 0 | 0.61 | 0.36 | 0.13 | 334.85 | 0.67 | 0.6 |
| Hex | DE | 56 | 8F | 0 | 3D | 24 | D | 14F | 43 | 3C |
| Octal | 336 | 126 | 217 | 0 | 75 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011110 | 1010110 | 10001111 | 0 | 111101 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DE568F
Complementary color
Monochromatic Colors of #DE568F
Black with #DE568F
Text Example
Text Example
White with #DE568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE568F; }
p { color: rgb(222,86,143); }
H1.HeaderClassName
{
color: #DE568F;
}
.AnyTagClassName
{
color: #DE568F;
}
</style>
background-color css
<style>
a { background-color: #DE568F; }
a { background-color: rgb(222,86,143); }
div.DivClassName
{
background-color: #DE568F;
}
.BgClassName
{
background-color: #DE568F;
}
</style>
border-color css
<style>
span { border-color: #DE568F; }
span { border-color: rgb(222,86,143); }
td.TdClassName
{
border-color: #DE568F;
}
.TagClassName
{
border-color: #DE568F;
}
</style>