Shades of Deep Cerise #DA468B
Tints of Deep Cerise #DA468B
RGB
CMYK
RGB Variations
Color information
#DA468B (or 0xDA468B) is known color: Deep Cerise. HEX triplet: DA, 46 and 8B. RGB value is (218,70,139). Sum of RGB (Red+Green+Blue) = 218+70+139=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA468B is #25B974. Grayscale: #797979. Windows color (decimal): -2472309 or 9127642. OLE color: 9127642.
HSL color Cylindrical-coordinate representation of color #DA468B: hue angle of 332.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA468B is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 139 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.15 |
| HSL | 332.03º | 0.67% | 0.56% | - |
| HSV(B) | 332.03º | 0.68% | 0.85% | - |
| XYZ | 35.76 | 21.15 | 26.62 | - |
| YUV | 122.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 139 | 0 | 0.68 | 0.36 | 0.15 | 332.03 | 0.67 | 0.56 |
| Hex | DA | 46 | 8B | 0 | 44 | 24 | F | 14C | 43 | 38 |
| Octal | 332 | 106 | 213 | 0 | 104 | 44 | 17 | 514 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10001011 | 0 | 1000100 | 100100 | 1111 | 101001100 | 1000011 | 111000 |
Color Harmonies of #DA468B
Complementary color
Monochromatic Colors of #DA468B
Black with #DA468B
Text Example
Text Example
White with #DA468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA468B; }
p { color: rgb(218,70,139); }
H1.HeaderClassName
{
color: #DA468B;
}
.AnyTagClassName
{
color: #DA468B;
}
</style>
background-color css
<style>
a { background-color: #DA468B; }
a { background-color: rgb(218,70,139); }
div.DivClassName
{
background-color: #DA468B;
}
.BgClassName
{
background-color: #DA468B;
}
</style>
border-color css
<style>
span { border-color: #DA468B; }
span { border-color: rgb(218,70,139); }
td.TdClassName
{
border-color: #DA468B;
}
.TagClassName
{
border-color: #DA468B;
}
</style>