Shades of Cerise #D12769
Tints of Cerise #D12769
RGB
CMYK
RGB Variations
Color information
#D12769 (or 0xD12769) is known color: Cerise. HEX triplet: D1, 27 and 69. RGB value is (209,39,105). Sum of RGB (Red+Green+Blue) = 209+39+105=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D12769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12769 is #2ED896. Grayscale: #616161. Windows color (decimal): -3070103 or 6891473. OLE color: 6891473.
HSL color Cylindrical-coordinate representation of color #D12769: hue angle of 336.71º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12769 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 105 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.18 |
| HSL | 336.71º | 0.69% | 0.49% | - |
| HSV(B) | 336.71º | 0.81% | 0.82% | - |
| XYZ | 29.57 | 16.03 | 14.9 | - |
| YUV | 97.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 105 | 0 | 0.81 | 0.50 | 0.18 | 336.71 | 0.69 | 0.49 |
| Hex | D1 | 27 | 69 | 0 | 51 | 32 | 12 | 151 | 45 | 31 |
| Octal | 321 | 47 | 151 | 0 | 121 | 62 | 22 | 521 | 105 | 61 |
| Binary | 11010001 | 100111 | 1101001 | 0 | 1010001 | 110010 | 10010 | 101010001 | 1000101 | 110001 |
Color Harmonies of #D12769
Complementary color
Monochromatic Colors of #D12769
Black with #D12769
Text Example
Text Example
White with #D12769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12769; }
p { color: rgb(209,39,105); }
H1.HeaderClassName
{
color: #D12769;
}
.AnyTagClassName
{
color: #D12769;
}
</style>
background-color css
<style>
a { background-color: #D12769; }
a { background-color: rgb(209,39,105); }
div.DivClassName
{
background-color: #D12769;
}
.BgClassName
{
background-color: #D12769;
}
</style>
border-color css
<style>
span { border-color: #D12769; }
span { border-color: rgb(209,39,105); }
td.TdClassName
{
border-color: #D12769;
}
.TagClassName
{
border-color: #D12769;
}
</style>