Shades of Deep Cerise #DA438F
Tints of Deep Cerise #DA438F
RGB
CMYK
RGB Variations
Color information
#DA438F (or 0xDA438F) is known color: Deep Cerise. HEX triplet: DA, 43 and 8F. RGB value is (218,67,143). Sum of RGB (Red+Green+Blue) = 218+67+143=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA438F is #25BC70. Grayscale: #787878. Windows color (decimal): -2473073 or 9389018. OLE color: 9389018.
HSL color Cylindrical-coordinate representation of color #DA438F: hue angle of 329.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA438F is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 143 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.15 |
| HSL | 329.8º | 0.67% | 0.56% | - |
| HSV(B) | 329.8º | 0.69% | 0.85% | - |
| XYZ | 35.88 | 20.9 | 28.13 | - |
| YUV | 120.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 143 | 0 | 0.69 | 0.34 | 0.15 | 329.8 | 0.67 | 0.56 |
| Hex | DA | 43 | 8F | 0 | 45 | 22 | F | 14A | 43 | 38 |
| Octal | 332 | 103 | 217 | 0 | 105 | 42 | 17 | 512 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10001111 | 0 | 1000101 | 100010 | 1111 | 101001010 | 1000011 | 111000 |
Color Harmonies of #DA438F
Complementary color
Monochromatic Colors of #DA438F
Black with #DA438F
Text Example
Text Example
White with #DA438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA438F; }
p { color: rgb(218,67,143); }
H1.HeaderClassName
{
color: #DA438F;
}
.AnyTagClassName
{
color: #DA438F;
}
</style>
background-color css
<style>
a { background-color: #DA438F; }
a { background-color: rgb(218,67,143); }
div.DivClassName
{
background-color: #DA438F;
}
.BgClassName
{
background-color: #DA438F;
}
</style>
border-color css
<style>
span { border-color: #DA438F; }
span { border-color: rgb(218,67,143); }
td.TdClassName
{
border-color: #DA438F;
}
.TagClassName
{
border-color: #DA438F;
}
</style>