Shades of Cerise #D2356A
Tints of Cerise #D2356A
RGB
CMYK
RGB Variations
Color information
#D2356A (or 0xD2356A) is known color: Cerise. HEX triplet: D2, 35 and 6A. RGB value is (210,53,106). Sum of RGB (Red+Green+Blue) = 210+53+106=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356A is #2DCA95. Grayscale: #696969. Windows color (decimal): -3000982 or 6960594. OLE color: 6960594.
HSL color Cylindrical-coordinate representation of color #D2356A: hue angle of 339.75º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2356A is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 106 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.18 |
| HSL | 339.75º | 0.64% | 0.52% | - |
| HSV(B) | 339.75º | 0.75% | 0.82% | - |
| XYZ | 30.45 | 17.29 | 15.37 | - |
| YUV | 105.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 106 | 0 | 0.75 | 0.50 | 0.18 | 339.75 | 0.64 | 0.52 |
| Hex | D2 | 35 | 6A | 0 | 4B | 32 | 12 | 154 | 40 | 34 |
| Octal | 322 | 65 | 152 | 0 | 113 | 62 | 22 | 524 | 100 | 64 |
| Binary | 11010010 | 110101 | 1101010 | 0 | 1001011 | 110010 | 10010 | 101010100 | 1000000 | 110100 |
Color Harmonies of #D2356A
Complementary color
Monochromatic Colors of #D2356A
Black with #D2356A
Text Example
Text Example
White with #D2356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2356A; }
p { color: rgb(210,53,106); }
H1.HeaderClassName
{
color: #D2356A;
}
.AnyTagClassName
{
color: #D2356A;
}
</style>
background-color css
<style>
a { background-color: #D2356A; }
a { background-color: rgb(210,53,106); }
div.DivClassName
{
background-color: #D2356A;
}
.BgClassName
{
background-color: #D2356A;
}
</style>
border-color css
<style>
span { border-color: #D2356A; }
span { border-color: rgb(210,53,106); }
td.TdClassName
{
border-color: #D2356A;
}
.TagClassName
{
border-color: #D2356A;
}
</style>