Shades of Cranberry #D94271
Tints of Cranberry #D94271
RGB
CMYK
RGB Variations
Color information
#D94271 (or 0xD94271) is known color: Cranberry. HEX triplet: D9, 42 and 71. RGB value is (217,66,113). Sum of RGB (Red+Green+Blue) = 217+66+113=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D94271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94271 is #26BD8E. Grayscale: #747474. Windows color (decimal): -2538895 or 7422681. OLE color: 7422681.
HSL color Cylindrical-coordinate representation of color #D94271: hue angle of 341.32º 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 #D94271 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 113 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.15 |
| HSL | 341.32º | 0.67% | 0.55% | - |
| HSV(B) | 341.32º | 0.7% | 0.85% | - |
| XYZ | 33.54 | 19.84 | 17.68 | - |
| YUV | 116.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 113 | 0 | 0.70 | 0.48 | 0.15 | 341.32 | 0.67 | 0.55 |
| Hex | D9 | 42 | 71 | 0 | 46 | 30 | F | 155 | 43 | 37 |
| Octal | 331 | 102 | 161 | 0 | 106 | 60 | 17 | 525 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1110001 | 0 | 1000110 | 110000 | 1111 | 101010101 | 1000011 | 110111 |
Color Harmonies of #D94271
Complementary color
Monochromatic Colors of #D94271
Black with #D94271
Text Example
Text Example
White with #D94271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94271; }
p { color: rgb(217,66,113); }
H1.HeaderClassName
{
color: #D94271;
}
.AnyTagClassName
{
color: #D94271;
}
</style>
background-color css
<style>
a { background-color: #D94271; }
a { background-color: rgb(217,66,113); }
div.DivClassName
{
background-color: #D94271;
}
.BgClassName
{
background-color: #D94271;
}
</style>
border-color css
<style>
span { border-color: #D94271; }
span { border-color: rgb(217,66,113); }
td.TdClassName
{
border-color: #D94271;
}
.TagClassName
{
border-color: #D94271;
}
</style>