Shades of Cerise #D23967
Tints of Cerise #D23967
RGB
CMYK
RGB Variations
Color information
#D23967 (or 0xD23967) is known color: Cerise. HEX triplet: D2, 39 and 67. RGB value is (210,57,103). Sum of RGB (Red+Green+Blue) = 210+57+103=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D23967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23967 is #2DC698. Grayscale: #6B6B6B. Windows color (decimal): -2999961 or 6765010. OLE color: 6765010.
HSL color Cylindrical-coordinate representation of color #D23967: hue angle of 341.96º 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 #D23967 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 103 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.18 |
| HSL | 341.96º | 0.63% | 0.52% | - |
| HSV(B) | 341.96º | 0.73% | 0.82% | - |
| XYZ | 30.49 | 17.61 | 14.62 | - |
| YUV | 107.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 103 | 0 | 0.73 | 0.51 | 0.18 | 341.96 | 0.63 | 0.52 |
| Hex | D2 | 39 | 67 | 0 | 49 | 33 | 12 | 156 | 3F | 34 |
| Octal | 322 | 71 | 147 | 0 | 111 | 63 | 22 | 526 | 77 | 64 |
| Binary | 11010010 | 111001 | 1100111 | 0 | 1001001 | 110011 | 10010 | 101010110 | 111111 | 110100 |
Color Harmonies of #D23967
Complementary color
Monochromatic Colors of #D23967
Black with #D23967
Text Example
Text Example
White with #D23967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23967; }
p { color: rgb(210,57,103); }
H1.HeaderClassName
{
color: #D23967;
}
.AnyTagClassName
{
color: #D23967;
}
</style>
background-color css
<style>
a { background-color: #D23967; }
a { background-color: rgb(210,57,103); }
div.DivClassName
{
background-color: #D23967;
}
.BgClassName
{
background-color: #D23967;
}
</style>
border-color css
<style>
span { border-color: #D23967; }
span { border-color: rgb(210,57,103); }
td.TdClassName
{
border-color: #D23967;
}
.TagClassName
{
border-color: #D23967;
}
</style>