Shades of Cerise #D13A70
Tints of Cerise #D13A70
RGB
CMYK
RGB Variations
Color information
#D13A70 (or 0xD13A70) is known color: Cerise. HEX triplet: D1, 3A and 70. RGB value is (209,58,112). Sum of RGB (Red+Green+Blue) = 209+58+112=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A70 is #2EC58F. Grayscale: #6D6D6D. Windows color (decimal): -3065232 or 7355089. OLE color: 7355089.
HSL color Cylindrical-coordinate representation of color #D13A70: hue angle of 338.54º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A70 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 112 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.18 |
| HSL | 338.54º | 0.62% | 0.52% | - |
| HSV(B) | 338.54º | 0.72% | 0.82% | - |
| XYZ | 30.73 | 17.75 | 17.14 | - |
| YUV | 109.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 112 | 0 | 0.72 | 0.46 | 0.18 | 338.54 | 0.62 | 0.52 |
| Hex | D1 | 3A | 70 | 0 | 48 | 2E | 12 | 153 | 3E | 34 |
| Octal | 321 | 72 | 160 | 0 | 110 | 56 | 22 | 523 | 76 | 64 |
| Binary | 11010001 | 111010 | 1110000 | 0 | 1001000 | 101110 | 10010 | 101010011 | 111110 | 110100 |
Color Harmonies of #D13A70
Complementary color
Monochromatic Colors of #D13A70
Black with #D13A70
Text Example
Text Example
White with #D13A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A70; }
p { color: rgb(209,58,112); }
H1.HeaderClassName
{
color: #D13A70;
}
.AnyTagClassName
{
color: #D13A70;
}
</style>
background-color css
<style>
a { background-color: #D13A70; }
a { background-color: rgb(209,58,112); }
div.DivClassName
{
background-color: #D13A70;
}
.BgClassName
{
background-color: #D13A70;
}
</style>
border-color css
<style>
span { border-color: #D13A70; }
span { border-color: rgb(209,58,112); }
td.TdClassName
{
border-color: #D13A70;
}
.TagClassName
{
border-color: #D13A70;
}
</style>