Shades of Cerise #D12669
Tints of Cerise #D12669
RGB
CMYK
RGB Variations
Color information
#D12669 (or 0xD12669) is known color: Cerise. HEX triplet: D1, 26 and 69. RGB value is (209,38,105). Sum of RGB (Red+Green+Blue) = 209+38+105=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D12669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12669 is #2ED996. Grayscale: #606060. Windows color (decimal): -3070359 or 6891217. OLE color: 6891217.
HSL color Cylindrical-coordinate representation of color #D12669: hue angle of 336.49º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12669 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 105 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.18 |
| HSL | 336.49º | 0.69% | 0.48% | - |
| HSV(B) | 336.49º | 0.82% | 0.82% | - |
| XYZ | 29.54 | 15.96 | 14.89 | - |
| YUV | 96.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 105 | 0 | 0.82 | 0.50 | 0.18 | 336.49 | 0.69 | 0.48 |
| Hex | D1 | 26 | 69 | 0 | 52 | 32 | 12 | 150 | 45 | 30 |
| Octal | 321 | 46 | 151 | 0 | 122 | 62 | 22 | 520 | 105 | 60 |
| Binary | 11010001 | 100110 | 1101001 | 0 | 1010010 | 110010 | 10010 | 101010000 | 1000101 | 110000 |
Color Harmonies of #D12669
Complementary color
Monochromatic Colors of #D12669
Black with #D12669
Text Example
Text Example
White with #D12669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12669; }
p { color: rgb(209,38,105); }
H1.HeaderClassName
{
color: #D12669;
}
.AnyTagClassName
{
color: #D12669;
}
</style>
background-color css
<style>
a { background-color: #D12669; }
a { background-color: rgb(209,38,105); }
div.DivClassName
{
background-color: #D12669;
}
.BgClassName
{
background-color: #D12669;
}
</style>
border-color css
<style>
span { border-color: #D12669; }
span { border-color: rgb(209,38,105); }
td.TdClassName
{
border-color: #D12669;
}
.TagClassName
{
border-color: #D12669;
}
</style>