Shades of Cerise #D52270
Tints of Cerise #D52270
RGB
CMYK
RGB Variations
Color information
#D52270 (or 0xD52270) is known color: Cerise. HEX triplet: D5, 22 and 70. RGB value is (213,34,112). Sum of RGB (Red+Green+Blue) = 213+34+112=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D52270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52270 is #2ADD8F. Grayscale: #606060. Windows color (decimal): -2809232 or 7348949. OLE color: 7348949.
HSL color Cylindrical-coordinate representation of color #D52270: hue angle of 333.85º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52270 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 112 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.16 |
| HSL | 333.85º | 0.72% | 0.48% | - |
| HSV(B) | 333.85º | 0.84% | 0.84% | - |
| XYZ | 30.94 | 16.46 | 16.88 | - |
| YUV | 96.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 112 | 0 | 0.84 | 0.47 | 0.16 | 333.85 | 0.72 | 0.48 |
| Hex | D5 | 22 | 70 | 0 | 54 | 2F | 10 | 14E | 48 | 30 |
| Octal | 325 | 42 | 160 | 0 | 124 | 57 | 20 | 516 | 110 | 60 |
| Binary | 11010101 | 100010 | 1110000 | 0 | 1010100 | 101111 | 10000 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D52270
Complementary color
Monochromatic Colors of #D52270
Black with #D52270
Text Example
Text Example
White with #D52270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52270; }
p { color: rgb(213,34,112); }
H1.HeaderClassName
{
color: #D52270;
}
.AnyTagClassName
{
color: #D52270;
}
</style>
background-color css
<style>
a { background-color: #D52270; }
a { background-color: rgb(213,34,112); }
div.DivClassName
{
background-color: #D52270;
}
.BgClassName
{
background-color: #D52270;
}
</style>
border-color css
<style>
span { border-color: #D52270; }
span { border-color: rgb(213,34,112); }
td.TdClassName
{
border-color: #D52270;
}
.TagClassName
{
border-color: #D52270;
}
</style>