Shades of Cerise #D0346A
Tints of Cerise #D0346A
RGB
CMYK
RGB Variations
Color information
#D0346A (or 0xD0346A) is known color: Cerise. HEX triplet: D0, 34 and 6A. RGB value is (208,52,106). Sum of RGB (Red+Green+Blue) = 208+52+106=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0346A is #2FCB95. Grayscale: #686868. Windows color (decimal): -3132310 or 6960336. OLE color: 6960336.
HSL color Cylindrical-coordinate representation of color #D0346A: hue angle of 339.23º degrees, saturation: 0.62, 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 #D0346A is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 106 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 339.23º | 0.62% | 0.51% | - |
| HSV(B) | 339.23º | 0.75% | 0.82% | - |
| XYZ | 29.84 | 16.91 | 15.33 | - |
| YUV | 104.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 106 | 0 | 0.75 | 0.49 | 0.18 | 339.23 | 0.62 | 0.51 |
| Hex | D0 | 34 | 6A | 0 | 4B | 31 | 12 | 153 | 3E | 33 |
| Octal | 320 | 64 | 152 | 0 | 113 | 61 | 22 | 523 | 76 | 63 |
| Binary | 11010000 | 110100 | 1101010 | 0 | 1001011 | 110001 | 10010 | 101010011 | 111110 | 110011 |
Color Harmonies of #D0346A
Complementary color
Monochromatic Colors of #D0346A
Black with #D0346A
Text Example
Text Example
White with #D0346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0346A; }
p { color: rgb(208,52,106); }
H1.HeaderClassName
{
color: #D0346A;
}
.AnyTagClassName
{
color: #D0346A;
}
</style>
background-color css
<style>
a { background-color: #D0346A; }
a { background-color: rgb(208,52,106); }
div.DivClassName
{
background-color: #D0346A;
}
.BgClassName
{
background-color: #D0346A;
}
</style>
border-color css
<style>
span { border-color: #D0346A; }
span { border-color: rgb(208,52,106); }
td.TdClassName
{
border-color: #D0346A;
}
.TagClassName
{
border-color: #D0346A;
}
</style>