Shades of Cerise #D52E67
Tints of Cerise #D52E67
RGB
CMYK
RGB Variations
Color information
#D52E67 (or 0xD52E67) is known color: Cerise. HEX triplet: D5, 2E and 67. RGB value is (213,46,103). Sum of RGB (Red+Green+Blue) = 213+46+103=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E67 is #2AD198. Grayscale: #666666. Windows color (decimal): -2806169 or 6762197. OLE color: 6762197.
HSL color Cylindrical-coordinate representation of color #D52E67: hue angle of 339.52º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E67 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 103 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.16 |
| HSL | 339.52º | 0.67% | 0.51% | - |
| HSV(B) | 339.52º | 0.78% | 0.84% | - |
| XYZ | 30.87 | 17.08 | 14.5 | - |
| YUV | 102.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 103 | 0 | 0.78 | 0.52 | 0.16 | 339.52 | 0.67 | 0.51 |
| Hex | D5 | 2E | 67 | 0 | 4E | 34 | 10 | 154 | 43 | 33 |
| Octal | 325 | 56 | 147 | 0 | 116 | 64 | 20 | 524 | 103 | 63 |
| Binary | 11010101 | 101110 | 1100111 | 0 | 1001110 | 110100 | 10000 | 101010100 | 1000011 | 110011 |
Color Harmonies of #D52E67
Complementary color
Monochromatic Colors of #D52E67
Black with #D52E67
Text Example
Text Example
White with #D52E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E67; }
p { color: rgb(213,46,103); }
H1.HeaderClassName
{
color: #D52E67;
}
.AnyTagClassName
{
color: #D52E67;
}
</style>
background-color css
<style>
a { background-color: #D52E67; }
a { background-color: rgb(213,46,103); }
div.DivClassName
{
background-color: #D52E67;
}
.BgClassName
{
background-color: #D52E67;
}
</style>
border-color css
<style>
span { border-color: #D52E67; }
span { border-color: rgb(213,46,103); }
td.TdClassName
{
border-color: #D52E67;
}
.TagClassName
{
border-color: #D52E67;
}
</style>