Shades of Deep Cerise #DA379B
Tints of Deep Cerise #DA379B
RGB
CMYK
RGB Variations
Color information
#DA379B (or 0xDA379B) is known color: Deep Cerise. HEX triplet: DA, 37 and 9B. RGB value is (218,55,155). Sum of RGB (Red+Green+Blue) = 218+55+155=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA379B is #25C864. Grayscale: #727272. Windows color (decimal): -2476133 or 10172378. OLE color: 10172378.
HSL color Cylindrical-coordinate representation of color #DA379B: hue angle of 323.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA379B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 155 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.15 |
| HSL | 323.19º | 0.69% | 0.54% | - |
| HSV(B) | 323.19º | 0.75% | 0.85% | - |
| XYZ | 36.2 | 20 | 32.96 | - |
| YUV | 115.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 155 | 0 | 0.75 | 0.29 | 0.15 | 323.19 | 0.69 | 0.54 |
| Hex | DA | 37 | 9B | 0 | 4B | 1D | F | 143 | 45 | 36 |
| Octal | 332 | 67 | 233 | 0 | 113 | 35 | 17 | 503 | 105 | 66 |
| Binary | 11011010 | 110111 | 10011011 | 0 | 1001011 | 11101 | 1111 | 101000011 | 1000101 | 110110 |
Color Harmonies of #DA379B
Complementary color
Monochromatic Colors of #DA379B
Black with #DA379B
Text Example
Text Example
White with #DA379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA379B; }
p { color: rgb(218,55,155); }
H1.HeaderClassName
{
color: #DA379B;
}
.AnyTagClassName
{
color: #DA379B;
}
</style>
background-color css
<style>
a { background-color: #DA379B; }
a { background-color: rgb(218,55,155); }
div.DivClassName
{
background-color: #DA379B;
}
.BgClassName
{
background-color: #DA379B;
}
</style>
border-color css
<style>
span { border-color: #DA379B; }
span { border-color: rgb(218,55,155); }
td.TdClassName
{
border-color: #DA379B;
}
.TagClassName
{
border-color: #DA379B;
}
</style>