Shades of Cranberry #DA4070
Tints of Cranberry #DA4070
RGB
CMYK
RGB Variations
Color information
#DA4070 (or 0xDA4070) is known color: Cranberry. HEX triplet: DA, 40 and 70. RGB value is (218,64,112). Sum of RGB (Red+Green+Blue) = 218+64+112=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4070 is #25BF8F. Grayscale: #737373. Windows color (decimal): -2473872 or 7356634. OLE color: 7356634.
HSL color Cylindrical-coordinate representation of color #DA4070: hue angle of 341.3º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4070 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 112 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.15 |
| HSL | 341.3º | 0.68% | 0.55% | - |
| HSV(B) | 341.3º | 0.71% | 0.85% | - |
| XYZ | 33.67 | 19.74 | 17.37 | - |
| YUV | 115.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 112 | 0 | 0.71 | 0.49 | 0.15 | 341.3 | 0.68 | 0.55 |
| Hex | DA | 40 | 70 | 0 | 47 | 31 | F | 155 | 44 | 37 |
| Octal | 332 | 100 | 160 | 0 | 107 | 61 | 17 | 525 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1110000 | 0 | 1000111 | 110001 | 1111 | 101010101 | 1000100 | 110111 |
Color Harmonies of #DA4070
Complementary color
Monochromatic Colors of #DA4070
Black with #DA4070
Text Example
Text Example
White with #DA4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4070; }
p { color: rgb(218,64,112); }
H1.HeaderClassName
{
color: #DA4070;
}
.AnyTagClassName
{
color: #DA4070;
}
</style>
background-color css
<style>
a { background-color: #DA4070; }
a { background-color: rgb(218,64,112); }
div.DivClassName
{
background-color: #DA4070;
}
.BgClassName
{
background-color: #DA4070;
}
</style>
border-color css
<style>
span { border-color: #DA4070; }
span { border-color: rgb(218,64,112); }
td.TdClassName
{
border-color: #DA4070;
}
.TagClassName
{
border-color: #DA4070;
}
</style>