Shades of Cranberry #DA407B
Tints of Cranberry #DA407B
RGB
CMYK
RGB Variations
Color information
#DA407B (or 0xDA407B) is known color: Cranberry. HEX triplet: DA, 40 and 7B. RGB value is (218,64,123). Sum of RGB (Red+Green+Blue) = 218+64+123=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA407B is #25BF84. Grayscale: #747474. Windows color (decimal): -2473861 or 8077530. OLE color: 8077530.
HSL color Cylindrical-coordinate representation of color #DA407B: hue angle of 337.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA407B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 123 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.15 |
| HSL | 337.01º | 0.68% | 0.55% | - |
| HSV(B) | 337.01º | 0.71% | 0.85% | - |
| XYZ | 34.32 | 20 | 20.79 | - |
| YUV | 116.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 123 | 0 | 0.71 | 0.44 | 0.15 | 337.01 | 0.68 | 0.55 |
| Hex | DA | 40 | 7B | 0 | 47 | 2C | F | 151 | 44 | 37 |
| Octal | 332 | 100 | 173 | 0 | 107 | 54 | 17 | 521 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1111011 | 0 | 1000111 | 101100 | 1111 | 101010001 | 1000100 | 110111 |
Color Harmonies of #DA407B
Complementary color
Monochromatic Colors of #DA407B
Black with #DA407B
Text Example
Text Example
White with #DA407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA407B; }
p { color: rgb(218,64,123); }
H1.HeaderClassName
{
color: #DA407B;
}
.AnyTagClassName
{
color: #DA407B;
}
</style>
background-color css
<style>
a { background-color: #DA407B; }
a { background-color: rgb(218,64,123); }
div.DivClassName
{
background-color: #DA407B;
}
.BgClassName
{
background-color: #DA407B;
}
</style>
border-color css
<style>
span { border-color: #DA407B; }
span { border-color: rgb(218,64,123); }
td.TdClassName
{
border-color: #DA407B;
}
.TagClassName
{
border-color: #DA407B;
}
</style>