Shades of Cerise #DC3D5A
Tints of Cerise #DC3D5A
RGB
CMYK
RGB Variations
Color information
#DC3D5A (or 0xDC3D5A) is known color: Cerise. HEX triplet: DC, 3D and 5A. RGB value is (220,61,90). Sum of RGB (Red+Green+Blue) = 220+61+90=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D5A is #23C2A5. Grayscale: #6F6F6F. Windows color (decimal): -2343590 or 5914076. OLE color: 5914076.
HSL color Cylindrical-coordinate representation of color #DC3D5A: hue angle of 349.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D5A is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 90 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.14 |
| HSL | 349.06º | 0.69% | 0.55% | - |
| HSV(B) | 349.06º | 0.72% | 0.86% | - |
| XYZ | 33.03 | 19.29 | 11.66 | - |
| YUV | 111.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 90 | 0 | 0.72 | 0.59 | 0.14 | 349.06 | 0.69 | 0.55 |
| Hex | DC | 3D | 5A | 0 | 48 | 3B | E | 15D | 45 | 37 |
| Octal | 334 | 75 | 132 | 0 | 110 | 73 | 16 | 535 | 105 | 67 |
| Binary | 11011100 | 111101 | 1011010 | 0 | 1001000 | 111011 | 1110 | 101011101 | 1000101 | 110111 |
Color Harmonies of #DC3D5A
Complementary color
Monochromatic Colors of #DC3D5A
Black with #DC3D5A
Text Example
Text Example
White with #DC3D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D5A; }
p { color: rgb(220,61,90); }
H1.HeaderClassName
{
color: #DC3D5A;
}
.AnyTagClassName
{
color: #DC3D5A;
}
</style>
background-color css
<style>
a { background-color: #DC3D5A; }
a { background-color: rgb(220,61,90); }
div.DivClassName
{
background-color: #DC3D5A;
}
.BgClassName
{
background-color: #DC3D5A;
}
</style>
border-color css
<style>
span { border-color: #DC3D5A; }
span { border-color: rgb(220,61,90); }
td.TdClassName
{
border-color: #DC3D5A;
}
.TagClassName
{
border-color: #DC3D5A;
}
</style>