Shades of Deep Cerise #DA3DA1
Tints of Deep Cerise #DA3DA1
RGB
CMYK
RGB Variations
Color information
#DA3DA1 (or 0xDA3DA1) is known color: Deep Cerise. HEX triplet: DA, 3D and A1. RGB value is (218,61,161). Sum of RGB (Red+Green+Blue) = 218+61+161=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DA1 is #25C25E. Grayscale: #777777. Windows color (decimal): -2474591 or 10567130. OLE color: 10567130.
HSL color Cylindrical-coordinate representation of color #DA3DA1: hue angle of 321.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3DA1 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 161 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.15 |
| HSL | 321.78º | 0.68% | 0.55% | - |
| HSV(B) | 321.78º | 0.72% | 0.85% | - |
| XYZ | 37.02 | 20.82 | 35.79 | - |
| YUV | 119.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 161 | 0 | 0.72 | 0.26 | 0.15 | 321.78 | 0.68 | 0.55 |
| Hex | DA | 3D | A1 | 0 | 48 | 1A | F | 142 | 44 | 37 |
| Octal | 332 | 75 | 241 | 0 | 110 | 32 | 17 | 502 | 104 | 67 |
| Binary | 11011010 | 111101 | 10100001 | 0 | 1001000 | 11010 | 1111 | 101000010 | 1000100 | 110111 |
Color Harmonies of #DA3DA1
Complementary color
Monochromatic Colors of #DA3DA1
Black with #DA3DA1
Text Example
Text Example
White with #DA3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3DA1; }
p { color: rgb(218,61,161); }
H1.HeaderClassName
{
color: #DA3DA1;
}
.AnyTagClassName
{
color: #DA3DA1;
}
</style>
background-color css
<style>
a { background-color: #DA3DA1; }
a { background-color: rgb(218,61,161); }
div.DivClassName
{
background-color: #DA3DA1;
}
.BgClassName
{
background-color: #DA3DA1;
}
</style>
border-color css
<style>
span { border-color: #DA3DA1; }
span { border-color: rgb(218,61,161); }
td.TdClassName
{
border-color: #DA3DA1;
}
.TagClassName
{
border-color: #DA3DA1;
}
</style>