Shades of Cranberry #DA627A
Tints of Cranberry #DA627A
RGB
CMYK
RGB Variations
Color information
#DA627A (or 0xDA627A) is known color: Cranberry. HEX triplet: DA, 62 and 7A. RGB value is (218,98,122). Sum of RGB (Red+Green+Blue) = 218+98+122=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA627A is #259D85. Grayscale: #888888. Windows color (decimal): -2465158 or 8020698. OLE color: 8020698.
HSL color Cylindrical-coordinate representation of color #DA627A: hue angle of 348º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA627A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 122 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.15 |
| HSL | 348º | 0.62% | 0.62% | - |
| HSV(B) | 348º | 0.55% | 0.85% | - |
| XYZ | 36.79 | 25.05 | 21.31 | - |
| YUV | 136.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 122 | 0 | 0.55 | 0.44 | 0.15 | 348 | 0.62 | 0.62 |
| Hex | DA | 62 | 7A | 0 | 37 | 2C | F | 15C | 3E | 3E |
| Octal | 332 | 142 | 172 | 0 | 67 | 54 | 17 | 534 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1111010 | 0 | 110111 | 101100 | 1111 | 101011100 | 111110 | 111110 |
Color Harmonies of #DA627A
Complementary color
Monochromatic Colors of #DA627A
Black with #DA627A
Text Example
Text Example
White with #DA627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA627A; }
p { color: rgb(218,98,122); }
H1.HeaderClassName
{
color: #DA627A;
}
.AnyTagClassName
{
color: #DA627A;
}
</style>
background-color css
<style>
a { background-color: #DA627A; }
a { background-color: rgb(218,98,122); }
div.DivClassName
{
background-color: #DA627A;
}
.BgClassName
{
background-color: #DA627A;
}
</style>
border-color css
<style>
span { border-color: #DA627A; }
span { border-color: rgb(218,98,122); }
td.TdClassName
{
border-color: #DA627A;
}
.TagClassName
{
border-color: #DA627A;
}
</style>