Shades of Cranberry #DA416F
Tints of Cranberry #DA416F
RGB
CMYK
RGB Variations
Color information
#DA416F (or 0xDA416F) is known color: Cranberry. HEX triplet: DA, 41 and 6F. RGB value is (218,65,111). Sum of RGB (Red+Green+Blue) = 218+65+111=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416F is #25BE90. Grayscale: #737373. Windows color (decimal): -2473617 or 7291354. OLE color: 7291354.
HSL color Cylindrical-coordinate representation of color #DA416F: hue angle of 341.96º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA416F is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 111 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.15 |
| HSL | 341.96º | 0.67% | 0.55% | - |
| HSV(B) | 341.96º | 0.7% | 0.85% | - |
| XYZ | 33.67 | 19.83 | 17.09 | - |
| YUV | 115.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 111 | 0 | 0.70 | 0.49 | 0.15 | 341.96 | 0.67 | 0.55 |
| Hex | DA | 41 | 6F | 0 | 46 | 31 | F | 156 | 43 | 37 |
| Octal | 332 | 101 | 157 | 0 | 106 | 61 | 17 | 526 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1101111 | 0 | 1000110 | 110001 | 1111 | 101010110 | 1000011 | 110111 |
Color Harmonies of #DA416F
Complementary color
Monochromatic Colors of #DA416F
Black with #DA416F
Text Example
Text Example
White with #DA416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA416F; }
p { color: rgb(218,65,111); }
H1.HeaderClassName
{
color: #DA416F;
}
.AnyTagClassName
{
color: #DA416F;
}
</style>
background-color css
<style>
a { background-color: #DA416F; }
a { background-color: rgb(218,65,111); }
div.DivClassName
{
background-color: #DA416F;
}
.BgClassName
{
background-color: #DA416F;
}
</style>
border-color css
<style>
span { border-color: #DA416F; }
span { border-color: rgb(218,65,111); }
td.TdClassName
{
border-color: #DA416F;
}
.TagClassName
{
border-color: #DA416F;
}
</style>