Shades of Cranberry #DA456C
Tints of Cranberry #DA456C
RGB
CMYK
RGB Variations
Color information
#DA456C (or 0xDA456C) is known color: Cranberry. HEX triplet: DA, 45 and 6C. RGB value is (218,69,108). Sum of RGB (Red+Green+Blue) = 218+69+108=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA456C is #25BA93. Grayscale: #757575. Windows color (decimal): -2472596 or 7095770. OLE color: 7095770.
HSL color Cylindrical-coordinate representation of color #DA456C: hue angle of 344.3º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA456C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 108 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.15 |
| HSL | 344.3º | 0.67% | 0.56% | - |
| HSV(B) | 344.3º | 0.68% | 0.85% | - |
| XYZ | 33.75 | 20.24 | 16.32 | - |
| YUV | 118 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 108 | 0 | 0.68 | 0.50 | 0.15 | 344.3 | 0.67 | 0.56 |
| Hex | DA | 45 | 6C | 0 | 44 | 32 | F | 158 | 43 | 38 |
| Octal | 332 | 105 | 154 | 0 | 104 | 62 | 17 | 530 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1101100 | 0 | 1000100 | 110010 | 1111 | 101011000 | 1000011 | 111000 |
Color Harmonies of #DA456C
Complementary color
Monochromatic Colors of #DA456C
Black with #DA456C
Text Example
Text Example
White with #DA456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA456C; }
p { color: rgb(218,69,108); }
H1.HeaderClassName
{
color: #DA456C;
}
.AnyTagClassName
{
color: #DA456C;
}
</style>
background-color css
<style>
a { background-color: #DA456C; }
a { background-color: rgb(218,69,108); }
div.DivClassName
{
background-color: #DA456C;
}
.BgClassName
{
background-color: #DA456C;
}
</style>
border-color css
<style>
span { border-color: #DA456C; }
span { border-color: rgb(218,69,108); }
td.TdClassName
{
border-color: #DA456C;
}
.TagClassName
{
border-color: #DA456C;
}
</style>