Shades of Cranberry #DA4274
Tints of Cranberry #DA4274
RGB
CMYK
RGB Variations
Color information
#DA4274 (or 0xDA4274) is known color: Cranberry. HEX triplet: DA, 42 and 74. RGB value is (218,66,116). Sum of RGB (Red+Green+Blue) = 218+66+116=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4274 is #25BD8B. Grayscale: #757575. Windows color (decimal): -2473356 or 7619290. OLE color: 7619290.
HSL color Cylindrical-coordinate representation of color #DA4274: hue angle of 340.26º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4274 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 116 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.15 |
| HSL | 340.26º | 0.67% | 0.56% | - |
| HSV(B) | 340.26º | 0.7% | 0.85% | - |
| XYZ | 34.01 | 20.06 | 18.6 | - |
| YUV | 117.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 116 | 0 | 0.70 | 0.47 | 0.15 | 340.26 | 0.67 | 0.56 |
| Hex | DA | 42 | 74 | 0 | 46 | 2F | F | 154 | 43 | 38 |
| Octal | 332 | 102 | 164 | 0 | 106 | 57 | 17 | 524 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1110100 | 0 | 1000110 | 101111 | 1111 | 101010100 | 1000011 | 111000 |
Color Harmonies of #DA4274
Complementary color
Monochromatic Colors of #DA4274
Black with #DA4274
Text Example
Text Example
White with #DA4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4274; }
p { color: rgb(218,66,116); }
H1.HeaderClassName
{
color: #DA4274;
}
.AnyTagClassName
{
color: #DA4274;
}
</style>
background-color css
<style>
a { background-color: #DA4274; }
a { background-color: rgb(218,66,116); }
div.DivClassName
{
background-color: #DA4274;
}
.BgClassName
{
background-color: #DA4274;
}
</style>
border-color css
<style>
span { border-color: #DA4274; }
span { border-color: rgb(218,66,116); }
td.TdClassName
{
border-color: #DA4274;
}
.TagClassName
{
border-color: #DA4274;
}
</style>