Shades of Cerise #D2356C
Tints of Cerise #D2356C
RGB
CMYK
RGB Variations
Color information
#D2356C (or 0xD2356C) is known color: Cerise. HEX triplet: D2, 35 and 6C. RGB value is (210,53,108). Sum of RGB (Red+Green+Blue) = 210+53+108=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356C is #2DCA93. Grayscale: #6A6A6A. Windows color (decimal): -3000980 or 7091666. OLE color: 7091666.
HSL color Cylindrical-coordinate representation of color #D2356C: hue angle of 338.98º 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 #D2356C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 108 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 338.98º | 0.64% | 0.52% | - |
| HSV(B) | 338.98º | 0.75% | 0.82% | - |
| XYZ | 30.56 | 17.33 | 15.92 | - |
| YUV | 106.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 108 | 0 | 0.75 | 0.49 | 0.18 | 338.98 | 0.64 | 0.52 |
| Hex | D2 | 35 | 6C | 0 | 4B | 31 | 12 | 153 | 40 | 34 |
| Octal | 322 | 65 | 154 | 0 | 113 | 61 | 22 | 523 | 100 | 64 |
| Binary | 11010010 | 110101 | 1101100 | 0 | 1001011 | 110001 | 10010 | 101010011 | 1000000 | 110100 |
Color Harmonies of #D2356C
Complementary color
Monochromatic Colors of #D2356C
Black with #D2356C
Text Example
Text Example
White with #D2356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2356C; }
p { color: rgb(210,53,108); }
H1.HeaderClassName
{
color: #D2356C;
}
.AnyTagClassName
{
color: #D2356C;
}
</style>
background-color css
<style>
a { background-color: #D2356C; }
a { background-color: rgb(210,53,108); }
div.DivClassName
{
background-color: #D2356C;
}
.BgClassName
{
background-color: #D2356C;
}
</style>
border-color css
<style>
span { border-color: #D2356C; }
span { border-color: rgb(210,53,108); }
td.TdClassName
{
border-color: #D2356C;
}
.TagClassName
{
border-color: #D2356C;
}
</style>