Shades of Deep Cerise #DA38A3
Tints of Deep Cerise #DA38A3
RGB
CMYK
RGB Variations
Color information
#DA38A3 (or 0xDA38A3) is known color: Deep Cerise. HEX triplet: DA, 38 and A3. RGB value is (218,56,163). Sum of RGB (Red+Green+Blue) = 218+56+163=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38A3 is #25C75C. Grayscale: #747474. Windows color (decimal): -2475869 or 10696922. OLE color: 10696922.
HSL color Cylindrical-coordinate representation of color #DA38A3: hue angle of 320.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA38A3 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 163 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.15 |
| HSL | 320.37º | 0.69% | 0.54% | - |
| HSV(B) | 320.37º | 0.74% | 0.85% | - |
| XYZ | 36.94 | 20.38 | 36.64 | - |
| YUV | 116.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 163 | 0 | 0.74 | 0.25 | 0.15 | 320.37 | 0.69 | 0.54 |
| Hex | DA | 38 | A3 | 0 | 4A | 19 | F | 140 | 45 | 36 |
| Octal | 332 | 70 | 243 | 0 | 112 | 31 | 17 | 500 | 105 | 66 |
| Binary | 11011010 | 111000 | 10100011 | 0 | 1001010 | 11001 | 1111 | 101000000 | 1000101 | 110110 |
Color Harmonies of #DA38A3
Complementary color
Monochromatic Colors of #DA38A3
Black with #DA38A3
Text Example
Text Example
White with #DA38A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA38A3; }
p { color: rgb(218,56,163); }
H1.HeaderClassName
{
color: #DA38A3;
}
.AnyTagClassName
{
color: #DA38A3;
}
</style>
background-color css
<style>
a { background-color: #DA38A3; }
a { background-color: rgb(218,56,163); }
div.DivClassName
{
background-color: #DA38A3;
}
.BgClassName
{
background-color: #DA38A3;
}
</style>
border-color css
<style>
span { border-color: #DA38A3; }
span { border-color: rgb(218,56,163); }
td.TdClassName
{
border-color: #DA38A3;
}
.TagClassName
{
border-color: #DA38A3;
}
</style>