Shades of Cranberry #DA426E
Tints of Cranberry #DA426E
RGB
CMYK
RGB Variations
Color information
#DA426E (or 0xDA426E) is known color: Cranberry. HEX triplet: DA, 42 and 6E. RGB value is (218,66,110). Sum of RGB (Red+Green+Blue) = 218+66+110=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA426E is #25BD91. Grayscale: #747474. Windows color (decimal): -2473362 or 7226074. OLE color: 7226074.
HSL color Cylindrical-coordinate representation of color #DA426E: hue angle of 342.63º 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 #DA426E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 110 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.15 |
| HSL | 342.63º | 0.67% | 0.56% | - |
| HSV(B) | 342.63º | 0.7% | 0.85% | - |
| XYZ | 33.68 | 19.93 | 16.82 | - |
| YUV | 116.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 110 | 0 | 0.70 | 0.50 | 0.15 | 342.63 | 0.67 | 0.56 |
| Hex | DA | 42 | 6E | 0 | 46 | 32 | F | 157 | 43 | 38 |
| Octal | 332 | 102 | 156 | 0 | 106 | 62 | 17 | 527 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1101110 | 0 | 1000110 | 110010 | 1111 | 101010111 | 1000011 | 111000 |
Color Harmonies of #DA426E
Complementary color
Monochromatic Colors of #DA426E
Black with #DA426E
Text Example
Text Example
White with #DA426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA426E; }
p { color: rgb(218,66,110); }
H1.HeaderClassName
{
color: #DA426E;
}
.AnyTagClassName
{
color: #DA426E;
}
</style>
background-color css
<style>
a { background-color: #DA426E; }
a { background-color: rgb(218,66,110); }
div.DivClassName
{
background-color: #DA426E;
}
.BgClassName
{
background-color: #DA426E;
}
</style>
border-color css
<style>
span { border-color: #DA426E; }
span { border-color: rgb(218,66,110); }
td.TdClassName
{
border-color: #DA426E;
}
.TagClassName
{
border-color: #DA426E;
}
</style>