Shades of Cranberry #DA4373
Tints of Cranberry #DA4373
RGB
CMYK
RGB Variations
Color information
#DA4373 (or 0xDA4373) is known color: Cranberry. HEX triplet: DA, 43 and 73. RGB value is (218,67,115). Sum of RGB (Red+Green+Blue) = 218+67+115=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4373 is #25BC8C. Grayscale: #757575. Windows color (decimal): -2473101 or 7554010. OLE color: 7554010.
HSL color Cylindrical-coordinate representation of color #DA4373: hue angle of 340.93º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4373 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 115 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.15 |
| HSL | 340.93º | 0.67% | 0.56% | - |
| HSV(B) | 340.93º | 0.69% | 0.85% | - |
| XYZ | 34.02 | 20.16 | 18.32 | - |
| YUV | 117.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 115 | 0 | 0.69 | 0.47 | 0.15 | 340.93 | 0.67 | 0.56 |
| Hex | DA | 43 | 73 | 0 | 45 | 2F | F | 155 | 43 | 38 |
| Octal | 332 | 103 | 163 | 0 | 105 | 57 | 17 | 525 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1110011 | 0 | 1000101 | 101111 | 1111 | 101010101 | 1000011 | 111000 |
Color Harmonies of #DA4373
Complementary color
Monochromatic Colors of #DA4373
Black with #DA4373
Text Example
Text Example
White with #DA4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4373; }
p { color: rgb(218,67,115); }
H1.HeaderClassName
{
color: #DA4373;
}
.AnyTagClassName
{
color: #DA4373;
}
</style>
background-color css
<style>
a { background-color: #DA4373; }
a { background-color: rgb(218,67,115); }
div.DivClassName
{
background-color: #DA4373;
}
.BgClassName
{
background-color: #DA4373;
}
</style>
border-color css
<style>
span { border-color: #DA4373; }
span { border-color: rgb(218,67,115); }
td.TdClassName
{
border-color: #DA4373;
}
.TagClassName
{
border-color: #DA4373;
}
</style>