Shades of Cerise #D23A6A
Tints of Cerise #D23A6A
RGB
CMYK
RGB Variations
Color information
#D23A6A (or 0xD23A6A) is known color: Cerise. HEX triplet: D2, 3A and 6A. RGB value is (210,58,106). Sum of RGB (Red+Green+Blue) = 210+58+106=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A6A is #2DC595. Grayscale: #6C6C6C. Windows color (decimal): -2999702 or 6961874. OLE color: 6961874.
HSL color Cylindrical-coordinate representation of color #D23A6A: hue angle of 341.05º 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 #D23A6A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 106 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.18 |
| HSL | 341.05º | 0.63% | 0.53% | - |
| HSV(B) | 341.05º | 0.72% | 0.82% | - |
| XYZ | 30.69 | 17.77 | 15.45 | - |
| YUV | 108.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 106 | 0 | 0.72 | 0.50 | 0.18 | 341.05 | 0.63 | 0.53 |
| Hex | D2 | 3A | 6A | 0 | 48 | 32 | 12 | 155 | 3F | 35 |
| Octal | 322 | 72 | 152 | 0 | 110 | 62 | 22 | 525 | 77 | 65 |
| Binary | 11010010 | 111010 | 1101010 | 0 | 1001000 | 110010 | 10010 | 101010101 | 111111 | 110101 |
Color Harmonies of #D23A6A
Complementary color
Monochromatic Colors of #D23A6A
Black with #D23A6A
Text Example
Text Example
White with #D23A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A6A; }
p { color: rgb(210,58,106); }
H1.HeaderClassName
{
color: #D23A6A;
}
.AnyTagClassName
{
color: #D23A6A;
}
</style>
background-color css
<style>
a { background-color: #D23A6A; }
a { background-color: rgb(210,58,106); }
div.DivClassName
{
background-color: #D23A6A;
}
.BgClassName
{
background-color: #D23A6A;
}
</style>
border-color css
<style>
span { border-color: #D23A6A; }
span { border-color: rgb(210,58,106); }
td.TdClassName
{
border-color: #D23A6A;
}
.TagClassName
{
border-color: #D23A6A;
}
</style>