Shades of Cerise #D23874
Tints of Cerise #D23874
RGB
CMYK
RGB Variations
Color information
#D23874 (or 0xD23874) is known color: Cerise. HEX triplet: D2, 38 and 74. RGB value is (210,56,116). Sum of RGB (Red+Green+Blue) = 210+56+116=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23874 is #2DC78B. Grayscale: #6C6C6C. Windows color (decimal): -3000204 or 7616722. OLE color: 7616722.
HSL color Cylindrical-coordinate representation of color #D23874: hue angle of 336.62º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23874 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 116 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.18 |
| HSL | 336.62º | 0.63% | 0.52% | - |
| HSV(B) | 336.62º | 0.73% | 0.82% | - |
| XYZ | 31.14 | 17.79 | 18.32 | - |
| YUV | 108.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 116 | 0 | 0.73 | 0.45 | 0.18 | 336.62 | 0.63 | 0.52 |
| Hex | D2 | 38 | 74 | 0 | 49 | 2D | 12 | 151 | 3F | 34 |
| Octal | 322 | 70 | 164 | 0 | 111 | 55 | 22 | 521 | 77 | 64 |
| Binary | 11010010 | 111000 | 1110100 | 0 | 1001001 | 101101 | 10010 | 101010001 | 111111 | 110100 |
Color Harmonies of #D23874
Complementary color
Monochromatic Colors of #D23874
Black with #D23874
Text Example
Text Example
White with #D23874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23874; }
p { color: rgb(210,56,116); }
H1.HeaderClassName
{
color: #D23874;
}
.AnyTagClassName
{
color: #D23874;
}
</style>
background-color css
<style>
a { background-color: #D23874; }
a { background-color: rgb(210,56,116); }
div.DivClassName
{
background-color: #D23874;
}
.BgClassName
{
background-color: #D23874;
}
</style>
border-color css
<style>
span { border-color: #D23874; }
span { border-color: rgb(210,56,116); }
td.TdClassName
{
border-color: #D23874;
}
.TagClassName
{
border-color: #D23874;
}
</style>