Shades of Cerise #D1346A
Tints of Cerise #D1346A
RGB
CMYK
RGB Variations
Color information
#D1346A (or 0xD1346A) is known color: Cerise. HEX triplet: D1, 34 and 6A. RGB value is (209,52,106). Sum of RGB (Red+Green+Blue) = 209+52+106=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346A is #2ECB95. Grayscale: #696969. Windows color (decimal): -3066774 or 6960337. OLE color: 6960337.
HSL color Cylindrical-coordinate representation of color #D1346A: hue angle of 339.36º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1346A is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 106 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 339.36º | 0.63% | 0.51% | - |
| HSV(B) | 339.36º | 0.75% | 0.82% | - |
| XYZ | 30.12 | 17.05 | 15.34 | - |
| YUV | 105.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 106 | 0 | 0.75 | 0.49 | 0.18 | 339.36 | 0.63 | 0.51 |
| Hex | D1 | 34 | 6A | 0 | 4B | 31 | 12 | 153 | 3F | 33 |
| Octal | 321 | 64 | 152 | 0 | 113 | 61 | 22 | 523 | 77 | 63 |
| Binary | 11010001 | 110100 | 1101010 | 0 | 1001011 | 110001 | 10010 | 101010011 | 111111 | 110011 |
Color Harmonies of #D1346A
Complementary color
Monochromatic Colors of #D1346A
Black with #D1346A
Text Example
Text Example
White with #D1346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1346A; }
p { color: rgb(209,52,106); }
H1.HeaderClassName
{
color: #D1346A;
}
.AnyTagClassName
{
color: #D1346A;
}
</style>
background-color css
<style>
a { background-color: #D1346A; }
a { background-color: rgb(209,52,106); }
div.DivClassName
{
background-color: #D1346A;
}
.BgClassName
{
background-color: #D1346A;
}
</style>
border-color css
<style>
span { border-color: #D1346A; }
span { border-color: rgb(209,52,106); }
td.TdClassName
{
border-color: #D1346A;
}
.TagClassName
{
border-color: #D1346A;
}
</style>