Shades of Cerise #D23C6B
Tints of Cerise #D23C6B
RGB
CMYK
RGB Variations
Color information
#D23C6B (or 0xD23C6B) is known color: Cerise. HEX triplet: D2, 3C and 6B. RGB value is (210,60,107). Sum of RGB (Red+Green+Blue) = 210+60+107=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C6B is #2DC394. Grayscale: #6E6E6E. Windows color (decimal): -2999189 or 7027922. OLE color: 7027922.
HSL color Cylindrical-coordinate representation of color #D23C6B: hue angle of 341.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C6B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 107 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.18 |
| HSL | 341.2º | 0.63% | 0.53% | - |
| HSV(B) | 341.2º | 0.71% | 0.82% | - |
| XYZ | 30.85 | 17.99 | 15.76 | - |
| YUV | 110.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 107 | 0 | 0.71 | 0.49 | 0.18 | 341.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | 6B | 0 | 47 | 31 | 12 | 155 | 3E | 35 |
| Octal | 322 | 74 | 153 | 0 | 107 | 61 | 22 | 525 | 76 | 65 |
| Binary | 11010010 | 111100 | 1101011 | 0 | 1000111 | 110001 | 10010 | 101010101 | 111110 | 110101 |
Color Harmonies of #D23C6B
Complementary color
Monochromatic Colors of #D23C6B
Black with #D23C6B
Text Example
Text Example
White with #D23C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C6B; }
p { color: rgb(210,60,107); }
H1.HeaderClassName
{
color: #D23C6B;
}
.AnyTagClassName
{
color: #D23C6B;
}
</style>
background-color css
<style>
a { background-color: #D23C6B; }
a { background-color: rgb(210,60,107); }
div.DivClassName
{
background-color: #D23C6B;
}
.BgClassName
{
background-color: #D23C6B;
}
</style>
border-color css
<style>
span { border-color: #D23C6B; }
span { border-color: rgb(210,60,107); }
td.TdClassName
{
border-color: #D23C6B;
}
.TagClassName
{
border-color: #D23C6B;
}
</style>