Shades of Cranberry #DA607A
Tints of Cranberry #DA607A
RGB
CMYK
RGB Variations
Color information
#DA607A (or 0xDA607A) is known color: Cranberry. HEX triplet: DA, 60 and 7A. RGB value is (218,96,122). Sum of RGB (Red+Green+Blue) = 218+96+122=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA607A is #259F85. Grayscale: #878787. Windows color (decimal): -2465670 or 8020186. OLE color: 8020186.
HSL color Cylindrical-coordinate representation of color #DA607A: hue angle of 347.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA607A is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 122 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.15 |
| HSL | 347.21º | 0.62% | 0.62% | - |
| HSV(B) | 347.21º | 0.56% | 0.85% | - |
| XYZ | 36.61 | 24.68 | 21.25 | - |
| YUV | 135.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 122 | 0 | 0.56 | 0.44 | 0.15 | 347.21 | 0.62 | 0.62 |
| Hex | DA | 60 | 7A | 0 | 38 | 2C | F | 15B | 3E | 3E |
| Octal | 332 | 140 | 172 | 0 | 70 | 54 | 17 | 533 | 76 | 76 |
| Binary | 11011010 | 1100000 | 1111010 | 0 | 111000 | 101100 | 1111 | 101011011 | 111110 | 111110 |
Color Harmonies of #DA607A
Complementary color
Monochromatic Colors of #DA607A
Black with #DA607A
Text Example
Text Example
White with #DA607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA607A; }
p { color: rgb(218,96,122); }
H1.HeaderClassName
{
color: #DA607A;
}
.AnyTagClassName
{
color: #DA607A;
}
</style>
background-color css
<style>
a { background-color: #DA607A; }
a { background-color: rgb(218,96,122); }
div.DivClassName
{
background-color: #DA607A;
}
.BgClassName
{
background-color: #DA607A;
}
</style>
border-color css
<style>
span { border-color: #DA607A; }
span { border-color: rgb(218,96,122); }
td.TdClassName
{
border-color: #DA607A;
}
.TagClassName
{
border-color: #DA607A;
}
</style>