Shades of Cerise #D03B6A
Tints of Cerise #D03B6A
RGB
CMYK
RGB Variations
Color information
#D03B6A (or 0xD03B6A) is known color: Cerise. HEX triplet: D0, 3B and 6A. RGB value is (208,59,106). Sum of RGB (Red+Green+Blue) = 208+59+106=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B6A is #2FC495. Grayscale: #6C6C6C. Windows color (decimal): -3130518 or 6962128. OLE color: 6962128.
HSL color Cylindrical-coordinate representation of color #D03B6A: hue angle of 341.07º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B6A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 106 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.18 |
| HSL | 341.07º | 0.61% | 0.52% | - |
| HSV(B) | 341.07º | 0.72% | 0.82% | - |
| XYZ | 30.18 | 17.58 | 15.44 | - |
| YUV | 108.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 106 | 0 | 0.72 | 0.49 | 0.18 | 341.07 | 0.61 | 0.52 |
| Hex | D0 | 3B | 6A | 0 | 48 | 31 | 12 | 155 | 3D | 34 |
| Octal | 320 | 73 | 152 | 0 | 110 | 61 | 22 | 525 | 75 | 64 |
| Binary | 11010000 | 111011 | 1101010 | 0 | 1001000 | 110001 | 10010 | 101010101 | 111101 | 110100 |
Color Harmonies of #D03B6A
Complementary color
Monochromatic Colors of #D03B6A
Black with #D03B6A
Text Example
Text Example
White with #D03B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B6A; }
p { color: rgb(208,59,106); }
H1.HeaderClassName
{
color: #D03B6A;
}
.AnyTagClassName
{
color: #D03B6A;
}
</style>
background-color css
<style>
a { background-color: #D03B6A; }
a { background-color: rgb(208,59,106); }
div.DivClassName
{
background-color: #D03B6A;
}
.BgClassName
{
background-color: #D03B6A;
}
</style>
border-color css
<style>
span { border-color: #D03B6A; }
span { border-color: rgb(208,59,106); }
td.TdClassName
{
border-color: #D03B6A;
}
.TagClassName
{
border-color: #D03B6A;
}
</style>