Shades of Cerise #D52769
Tints of Cerise #D52769
RGB
CMYK
RGB Variations
Color information
#D52769 (or 0xD52769) is known color: Cerise. HEX triplet: D5, 27 and 69. RGB value is (213,39,105). Sum of RGB (Red+Green+Blue) = 213+39+105=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D52769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52769 is #2AD896. Grayscale: #626262. Windows color (decimal): -2807959 or 6891477. OLE color: 6891477.
HSL color Cylindrical-coordinate representation of color #D52769: hue angle of 337.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52769 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 105 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.16 |
| HSL | 337.24º | 0.69% | 0.49% | - |
| HSV(B) | 337.24º | 0.82% | 0.84% | - |
| XYZ | 30.72 | 16.62 | 14.95 | - |
| YUV | 98.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 105 | 0 | 0.82 | 0.51 | 0.16 | 337.24 | 0.69 | 0.49 |
| Hex | D5 | 27 | 69 | 0 | 52 | 33 | 10 | 151 | 45 | 31 |
| Octal | 325 | 47 | 151 | 0 | 122 | 63 | 20 | 521 | 105 | 61 |
| Binary | 11010101 | 100111 | 1101001 | 0 | 1010010 | 110011 | 10000 | 101010001 | 1000101 | 110001 |
Color Harmonies of #D52769
Complementary color
Monochromatic Colors of #D52769
Black with #D52769
Text Example
Text Example
White with #D52769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52769; }
p { color: rgb(213,39,105); }
H1.HeaderClassName
{
color: #D52769;
}
.AnyTagClassName
{
color: #D52769;
}
</style>
background-color css
<style>
a { background-color: #D52769; }
a { background-color: rgb(213,39,105); }
div.DivClassName
{
background-color: #D52769;
}
.BgClassName
{
background-color: #D52769;
}
</style>
border-color css
<style>
span { border-color: #D52769; }
span { border-color: rgb(213,39,105); }
td.TdClassName
{
border-color: #D52769;
}
.TagClassName
{
border-color: #D52769;
}
</style>