Shades of Cerise #D13A66
Tints of Cerise #D13A66
RGB
CMYK
RGB Variations
Color information
#D13A66 (or 0xD13A66) is known color: Cerise. HEX triplet: D1, 3A and 66. RGB value is (209,58,102). Sum of RGB (Red+Green+Blue) = 209+58+102=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A66 is #2EC599. Grayscale: #6C6C6C. Windows color (decimal): -3065242 or 6699729. OLE color: 6699729.
HSL color Cylindrical-coordinate representation of color #D13A66: hue angle of 342.52º 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 #D13A66 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 102 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.18 |
| HSL | 342.52º | 0.62% | 0.52% | - |
| HSV(B) | 342.52º | 0.72% | 0.82% | - |
| XYZ | 30.21 | 17.54 | 14.36 | - |
| YUV | 108.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 102 | 0 | 0.72 | 0.51 | 0.18 | 342.52 | 0.62 | 0.52 |
| Hex | D1 | 3A | 66 | 0 | 48 | 33 | 12 | 157 | 3E | 34 |
| Octal | 321 | 72 | 146 | 0 | 110 | 63 | 22 | 527 | 76 | 64 |
| Binary | 11010001 | 111010 | 1100110 | 0 | 1001000 | 110011 | 10010 | 101010111 | 111110 | 110100 |
Color Harmonies of #D13A66
Complementary color
Monochromatic Colors of #D13A66
Black with #D13A66
Text Example
Text Example
White with #D13A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A66; }
p { color: rgb(209,58,102); }
H1.HeaderClassName
{
color: #D13A66;
}
.AnyTagClassName
{
color: #D13A66;
}
</style>
background-color css
<style>
a { background-color: #D13A66; }
a { background-color: rgb(209,58,102); }
div.DivClassName
{
background-color: #D13A66;
}
.BgClassName
{
background-color: #D13A66;
}
</style>
border-color css
<style>
span { border-color: #D13A66; }
span { border-color: rgb(209,58,102); }
td.TdClassName
{
border-color: #D13A66;
}
.TagClassName
{
border-color: #D13A66;
}
</style>