Shades of Deep Cerise #DC258F
Tints of Deep Cerise #DC258F
RGB
CMYK
RGB Variations
Color information
#DC258F (or 0xDC258F) is known color: Deep Cerise. HEX triplet: DC, 25 and 8F. RGB value is (220,37,143). Sum of RGB (Red+Green+Blue) = 220+37+143=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC258F is #23DA70. Grayscale: #676767. Windows color (decimal): -2349681 or 9381340. OLE color: 9381340.
HSL color Cylindrical-coordinate representation of color #DC258F: hue angle of 325.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC258F is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 143 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.14 |
| HSL | 325.25º | 0.72% | 0.5% | - |
| HSV(B) | 325.25º | 0.83% | 0.86% | - |
| XYZ | 35.13 | 18.52 | 27.71 | - |
| YUV | 103.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 143 | 0 | 0.83 | 0.35 | 0.14 | 325.25 | 0.72 | 0.5 |
| Hex | DC | 25 | 8F | 0 | 53 | 23 | E | 145 | 48 | 32 |
| Octal | 334 | 45 | 217 | 0 | 123 | 43 | 16 | 505 | 110 | 62 |
| Binary | 11011100 | 100101 | 10001111 | 0 | 1010011 | 100011 | 1110 | 101000101 | 1001000 | 110010 |
Color Harmonies of #DC258F
Complementary color
Monochromatic Colors of #DC258F
Black with #DC258F
Text Example
Text Example
White with #DC258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC258F; }
p { color: rgb(220,37,143); }
H1.HeaderClassName
{
color: #DC258F;
}
.AnyTagClassName
{
color: #DC258F;
}
</style>
background-color css
<style>
a { background-color: #DC258F; }
a { background-color: rgb(220,37,143); }
div.DivClassName
{
background-color: #DC258F;
}
.BgClassName
{
background-color: #DC258F;
}
</style>
border-color css
<style>
span { border-color: #DC258F; }
span { border-color: rgb(220,37,143); }
td.TdClassName
{
border-color: #DC258F;
}
.TagClassName
{
border-color: #DC258F;
}
</style>