Shades of Cerise #D12667
Tints of Cerise #D12667
RGB
CMYK
RGB Variations
Color information
#D12667 (or 0xD12667) is known color: Cerise. HEX triplet: D1, 26 and 67. RGB value is (209,38,103). Sum of RGB (Red+Green+Blue) = 209+38+103=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D12667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12667 is #2ED998. Grayscale: #606060. Windows color (decimal): -3070361 or 6760145. OLE color: 6760145.
HSL color Cylindrical-coordinate representation of color #D12667: hue angle of 337.19º 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 #D12667 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 103 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.18 |
| HSL | 337.19º | 0.69% | 0.48% | - |
| HSV(B) | 337.19º | 0.82% | 0.82% | - |
| XYZ | 29.44 | 15.92 | 14.35 | - |
| YUV | 96.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 103 | 0 | 0.82 | 0.51 | 0.18 | 337.19 | 0.69 | 0.48 |
| Hex | D1 | 26 | 67 | 0 | 52 | 33 | 12 | 151 | 45 | 30 |
| Octal | 321 | 46 | 147 | 0 | 122 | 63 | 22 | 521 | 105 | 60 |
| Binary | 11010001 | 100110 | 1100111 | 0 | 1010010 | 110011 | 10010 | 101010001 | 1000101 | 110000 |
Color Harmonies of #D12667
Complementary color
Monochromatic Colors of #D12667
Black with #D12667
Text Example
Text Example
White with #D12667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12667; }
p { color: rgb(209,38,103); }
H1.HeaderClassName
{
color: #D12667;
}
.AnyTagClassName
{
color: #D12667;
}
</style>
background-color css
<style>
a { background-color: #D12667; }
a { background-color: rgb(209,38,103); }
div.DivClassName
{
background-color: #D12667;
}
.BgClassName
{
background-color: #D12667;
}
</style>
border-color css
<style>
span { border-color: #D12667; }
span { border-color: rgb(209,38,103); }
td.TdClassName
{
border-color: #D12667;
}
.TagClassName
{
border-color: #D12667;
}
</style>