Shades of Cranberry #DA417E
Tints of Cranberry #DA417E
RGB
CMYK
RGB Variations
Color information
#DA417E (or 0xDA417E) is known color: Cranberry. HEX triplet: DA, 41 and 7E. RGB value is (218,65,126). Sum of RGB (Red+Green+Blue) = 218+65+126=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA417E is #25BE81. Grayscale: #757575. Windows color (decimal): -2473602 or 8274394. OLE color: 8274394.
HSL color Cylindrical-coordinate representation of color #DA417E: hue angle of 336.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA417E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 126 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.15 |
| HSL | 336.08º | 0.67% | 0.55% | - |
| HSV(B) | 336.08º | 0.7% | 0.85% | - |
| XYZ | 34.57 | 20.19 | 21.81 | - |
| YUV | 117.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 126 | 0 | 0.70 | 0.42 | 0.15 | 336.08 | 0.67 | 0.55 |
| Hex | DA | 41 | 7E | 0 | 46 | 2A | F | 150 | 43 | 37 |
| Octal | 332 | 101 | 176 | 0 | 106 | 52 | 17 | 520 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1111110 | 0 | 1000110 | 101010 | 1111 | 101010000 | 1000011 | 110111 |
Color Harmonies of #DA417E
Complementary color
Monochromatic Colors of #DA417E
Black with #DA417E
Text Example
Text Example
White with #DA417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA417E; }
p { color: rgb(218,65,126); }
H1.HeaderClassName
{
color: #DA417E;
}
.AnyTagClassName
{
color: #DA417E;
}
</style>
background-color css
<style>
a { background-color: #DA417E; }
a { background-color: rgb(218,65,126); }
div.DivClassName
{
background-color: #DA417E;
}
.BgClassName
{
background-color: #DA417E;
}
</style>
border-color css
<style>
span { border-color: #DA417E; }
span { border-color: rgb(218,65,126); }
td.TdClassName
{
border-color: #DA417E;
}
.TagClassName
{
border-color: #DA417E;
}
</style>