Shades of Cerise #D03260
Tints of Cerise #D03260
RGB
CMYK
RGB Variations
Color information
#D03260 (or 0xD03260) is known color: Cerise. HEX triplet: D0, 32 and 60. RGB value is (208,50,96). Sum of RGB (Red+Green+Blue) = 208+50+96=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D03260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03260 is #2FCD9F. Grayscale: #666666. Windows color (decimal): -3132832 or 6304464. OLE color: 6304464.
HSL color Cylindrical-coordinate representation of color #D03260: hue angle of 342.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03260 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 96 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.18 |
| HSL | 342.53º | 0.63% | 0.51% | - |
| HSV(B) | 342.53º | 0.76% | 0.82% | - |
| XYZ | 29.26 | 16.54 | 12.72 | - |
| YUV | 102.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 96 | 0 | 0.76 | 0.54 | 0.18 | 342.53 | 0.63 | 0.51 |
| Hex | D0 | 32 | 60 | 0 | 4C | 36 | 12 | 157 | 3F | 33 |
| Octal | 320 | 62 | 140 | 0 | 114 | 66 | 22 | 527 | 77 | 63 |
| Binary | 11010000 | 110010 | 1100000 | 0 | 1001100 | 110110 | 10010 | 101010111 | 111111 | 110011 |
Color Harmonies of #D03260
Complementary color
Monochromatic Colors of #D03260
Black with #D03260
Text Example
Text Example
White with #D03260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03260; }
p { color: rgb(208,50,96); }
H1.HeaderClassName
{
color: #D03260;
}
.AnyTagClassName
{
color: #D03260;
}
</style>
background-color css
<style>
a { background-color: #D03260; }
a { background-color: rgb(208,50,96); }
div.DivClassName
{
background-color: #D03260;
}
.BgClassName
{
background-color: #D03260;
}
</style>
border-color css
<style>
span { border-color: #D03260; }
span { border-color: rgb(208,50,96); }
td.TdClassName
{
border-color: #D03260;
}
.TagClassName
{
border-color: #D03260;
}
</style>