Shades of Deep Cerise #D23779
Tints of Deep Cerise #D23779
RGB
CMYK
RGB Variations
Color information
#D23779 (or 0xD23779) is known color: Deep Cerise. HEX triplet: D2, 37 and 79. RGB value is (210,55,121). Sum of RGB (Red+Green+Blue) = 210+55+121=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D23779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23779 is #2DC886. Grayscale: #6C6C6C. Windows color (decimal): -3000455 or 7944146. OLE color: 7944146.
HSL color Cylindrical-coordinate representation of color #D23779: hue angle of 334.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23779 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 121 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.18 |
| HSL | 334.45º | 0.63% | 0.52% | - |
| HSV(B) | 334.45º | 0.74% | 0.82% | - |
| XYZ | 31.4 | 17.81 | 19.87 | - |
| YUV | 108.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 121 | 0 | 0.74 | 0.42 | 0.18 | 334.45 | 0.63 | 0.52 |
| Hex | D2 | 37 | 79 | 0 | 4A | 2A | 12 | 14E | 3F | 34 |
| Octal | 322 | 67 | 171 | 0 | 112 | 52 | 22 | 516 | 77 | 64 |
| Binary | 11010010 | 110111 | 1111001 | 0 | 1001010 | 101010 | 10010 | 101001110 | 111111 | 110100 |
Color Harmonies of #D23779
Complementary color
Monochromatic Colors of #D23779
Black with #D23779
Text Example
Text Example
White with #D23779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23779; }
p { color: rgb(210,55,121); }
H1.HeaderClassName
{
color: #D23779;
}
.AnyTagClassName
{
color: #D23779;
}
</style>
background-color css
<style>
a { background-color: #D23779; }
a { background-color: rgb(210,55,121); }
div.DivClassName
{
background-color: #D23779;
}
.BgClassName
{
background-color: #D23779;
}
</style>
border-color css
<style>
span { border-color: #D23779; }
span { border-color: rgb(210,55,121); }
td.TdClassName
{
border-color: #D23779;
}
.TagClassName
{
border-color: #D23779;
}
</style>