Shades of Cerise #DA4368
Tints of Cerise #DA4368
RGB
CMYK
RGB Variations
Color information
#DA4368 (or 0xDA4368) is known color: Cerise. HEX triplet: DA, 43 and 68. RGB value is (218,67,104). Sum of RGB (Red+Green+Blue) = 218+67+104=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4368 is #25BC97. Grayscale: #747474. Windows color (decimal): -2473112 or 6833114. OLE color: 6833114.
HSL color Cylindrical-coordinate representation of color #DA4368: hue angle of 345.3º 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 #DA4368 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 104 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.15 |
| HSL | 345.3º | 0.67% | 0.56% | - |
| HSV(B) | 345.3º | 0.69% | 0.85% | - |
| XYZ | 33.42 | 19.92 | 15.18 | - |
| YUV | 116.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 104 | 0 | 0.69 | 0.52 | 0.15 | 345.3 | 0.67 | 0.56 |
| Hex | DA | 43 | 68 | 0 | 45 | 34 | F | 159 | 43 | 38 |
| Octal | 332 | 103 | 150 | 0 | 105 | 64 | 17 | 531 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1101000 | 0 | 1000101 | 110100 | 1111 | 101011001 | 1000011 | 111000 |
Color Harmonies of #DA4368
Complementary color
Monochromatic Colors of #DA4368
Black with #DA4368
Text Example
Text Example
White with #DA4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4368; }
p { color: rgb(218,67,104); }
H1.HeaderClassName
{
color: #DA4368;
}
.AnyTagClassName
{
color: #DA4368;
}
</style>
background-color css
<style>
a { background-color: #DA4368; }
a { background-color: rgb(218,67,104); }
div.DivClassName
{
background-color: #DA4368;
}
.BgClassName
{
background-color: #DA4368;
}
</style>
border-color css
<style>
span { border-color: #DA4368; }
span { border-color: rgb(218,67,104); }
td.TdClassName
{
border-color: #DA4368;
}
.TagClassName
{
border-color: #DA4368;
}
</style>