Shades of Cerise #DB3D6B
Tints of Cerise #DB3D6B
RGB
CMYK
RGB Variations
Color information
#DB3D6B (or 0xDB3D6B) is known color: Cerise. HEX triplet: DB, 3D and 6B. RGB value is (219,61,107). Sum of RGB (Red+Green+Blue) = 219+61+107=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D6B is #24C294. Grayscale: #717171. Windows color (decimal): -2409109 or 7028187. OLE color: 7028187.
HSL color Cylindrical-coordinate representation of color #DB3D6B: hue angle of 342.53º 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 #DB3D6B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 107 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.14 |
| HSL | 342.53º | 0.69% | 0.55% | - |
| HSV(B) | 342.53º | 0.72% | 0.86% | - |
| XYZ | 33.54 | 19.46 | 15.9 | - |
| YUV | 113.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 107 | 0 | 0.72 | 0.51 | 0.14 | 342.53 | 0.69 | 0.55 |
| Hex | DB | 3D | 6B | 0 | 48 | 33 | E | 157 | 45 | 37 |
| Octal | 333 | 75 | 153 | 0 | 110 | 63 | 16 | 527 | 105 | 67 |
| Binary | 11011011 | 111101 | 1101011 | 0 | 1001000 | 110011 | 1110 | 101010111 | 1000101 | 110111 |
Color Harmonies of #DB3D6B
Complementary color
Monochromatic Colors of #DB3D6B
Black with #DB3D6B
Text Example
Text Example
White with #DB3D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D6B; }
p { color: rgb(219,61,107); }
H1.HeaderClassName
{
color: #DB3D6B;
}
.AnyTagClassName
{
color: #DB3D6B;
}
</style>
background-color css
<style>
a { background-color: #DB3D6B; }
a { background-color: rgb(219,61,107); }
div.DivClassName
{
background-color: #DB3D6B;
}
.BgClassName
{
background-color: #DB3D6B;
}
</style>
border-color css
<style>
span { border-color: #DB3D6B; }
span { border-color: rgb(219,61,107); }
td.TdClassName
{
border-color: #DB3D6B;
}
.TagClassName
{
border-color: #DB3D6B;
}
</style>