Shades of Deep Cerise #DA327D
Tints of Deep Cerise #DA327D
RGB
CMYK
RGB Variations
Color information
#DA327D (or 0xDA327D) is known color: Deep Cerise. HEX triplet: DA, 32 and 7D. RGB value is (218,50,125). Sum of RGB (Red+Green+Blue) = 218+50+125=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA327D is #25CD82. Grayscale: #6C6C6C. Windows color (decimal): -2477443 or 8205018. OLE color: 8205018.
HSL color Cylindrical-coordinate representation of color #DA327D: hue angle of 333.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA327D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 125 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.15 |
| HSL | 333.21º | 0.69% | 0.53% | - |
| HSV(B) | 333.21º | 0.77% | 0.85% | - |
| XYZ | 33.76 | 18.67 | 21.23 | - |
| YUV | 108.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 125 | 0 | 0.77 | 0.43 | 0.15 | 333.21 | 0.69 | 0.53 |
| Hex | DA | 32 | 7D | 0 | 4D | 2B | F | 14D | 45 | 35 |
| Octal | 332 | 62 | 175 | 0 | 115 | 53 | 17 | 515 | 105 | 65 |
| Binary | 11011010 | 110010 | 1111101 | 0 | 1001101 | 101011 | 1111 | 101001101 | 1000101 | 110101 |
Color Harmonies of #DA327D
Complementary color
Monochromatic Colors of #DA327D
Black with #DA327D
Text Example
Text Example
White with #DA327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA327D; }
p { color: rgb(218,50,125); }
H1.HeaderClassName
{
color: #DA327D;
}
.AnyTagClassName
{
color: #DA327D;
}
</style>
background-color css
<style>
a { background-color: #DA327D; }
a { background-color: rgb(218,50,125); }
div.DivClassName
{
background-color: #DA327D;
}
.BgClassName
{
background-color: #DA327D;
}
</style>
border-color css
<style>
span { border-color: #DA327D; }
span { border-color: rgb(218,50,125); }
td.TdClassName
{
border-color: #DA327D;
}
.TagClassName
{
border-color: #DA327D;
}
</style>