Shades of Cranberry #DA407D
Tints of Cranberry #DA407D
RGB
CMYK
RGB Variations
Color information
#DA407D (or 0xDA407D) is known color: Cranberry. HEX triplet: DA, 40 and 7D. RGB value is (218,64,125). Sum of RGB (Red+Green+Blue) = 218+64+125=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA407D is #25BF82. Grayscale: #747474. Windows color (decimal): -2473859 or 8208602. OLE color: 8208602.
HSL color Cylindrical-coordinate representation of color #DA407D: hue angle of 336.23º 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 #DA407D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 125 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.15 |
| HSL | 336.23º | 0.68% | 0.55% | - |
| HSV(B) | 336.23º | 0.71% | 0.85% | - |
| XYZ | 34.45 | 20.05 | 21.46 | - |
| YUV | 117 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 125 | 0 | 0.71 | 0.43 | 0.15 | 336.23 | 0.68 | 0.55 |
| Hex | DA | 40 | 7D | 0 | 47 | 2B | F | 150 | 44 | 37 |
| Octal | 332 | 100 | 175 | 0 | 107 | 53 | 17 | 520 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1111101 | 0 | 1000111 | 101011 | 1111 | 101010000 | 1000100 | 110111 |
Color Harmonies of #DA407D
Complementary color
Monochromatic Colors of #DA407D
Black with #DA407D
Text Example
Text Example
White with #DA407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA407D; }
p { color: rgb(218,64,125); }
H1.HeaderClassName
{
color: #DA407D;
}
.AnyTagClassName
{
color: #DA407D;
}
</style>
background-color css
<style>
a { background-color: #DA407D; }
a { background-color: rgb(218,64,125); }
div.DivClassName
{
background-color: #DA407D;
}
.BgClassName
{
background-color: #DA407D;
}
</style>
border-color css
<style>
span { border-color: #DA407D; }
span { border-color: rgb(218,64,125); }
td.TdClassName
{
border-color: #DA407D;
}
.TagClassName
{
border-color: #DA407D;
}
</style>