Shades of Cerise #D23B6A
Tints of Cerise #D23B6A
RGB
CMYK
RGB Variations
Color information
#D23B6A (or 0xD23B6A) is known color: Cerise. HEX triplet: D2, 3B and 6A. RGB value is (210,59,106). Sum of RGB (Red+Green+Blue) = 210+59+106=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B6A is #2DC495. Grayscale: #6D6D6D. Windows color (decimal): -2999446 or 6962130. OLE color: 6962130.
HSL color Cylindrical-coordinate representation of color #D23B6A: hue angle of 341.32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23B6A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 106 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.18 |
| HSL | 341.32º | 0.63% | 0.53% | - |
| HSV(B) | 341.32º | 0.72% | 0.82% | - |
| XYZ | 30.74 | 17.87 | 15.46 | - |
| YUV | 109.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 106 | 0 | 0.72 | 0.50 | 0.18 | 341.32 | 0.63 | 0.53 |
| Hex | D2 | 3B | 6A | 0 | 48 | 32 | 12 | 155 | 3F | 35 |
| Octal | 322 | 73 | 152 | 0 | 110 | 62 | 22 | 525 | 77 | 65 |
| Binary | 11010010 | 111011 | 1101010 | 0 | 1001000 | 110010 | 10010 | 101010101 | 111111 | 110101 |
Color Harmonies of #D23B6A
Complementary color
Monochromatic Colors of #D23B6A
Black with #D23B6A
Text Example
Text Example
White with #D23B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B6A; }
p { color: rgb(210,59,106); }
H1.HeaderClassName
{
color: #D23B6A;
}
.AnyTagClassName
{
color: #D23B6A;
}
</style>
background-color css
<style>
a { background-color: #D23B6A; }
a { background-color: rgb(210,59,106); }
div.DivClassName
{
background-color: #D23B6A;
}
.BgClassName
{
background-color: #D23B6A;
}
</style>
border-color css
<style>
span { border-color: #D23B6A; }
span { border-color: rgb(210,59,106); }
td.TdClassName
{
border-color: #D23B6A;
}
.TagClassName
{
border-color: #D23B6A;
}
</style>