Shades of Cranberry #D94273
Tints of Cranberry #D94273
RGB
CMYK
RGB Variations
Color information
#D94273 (or 0xD94273) is known color: Cranberry. HEX triplet: D9, 42 and 73. RGB value is (217,66,115). Sum of RGB (Red+Green+Blue) = 217+66+115=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D94273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94273 is #26BD8C. Grayscale: #747474. Windows color (decimal): -2538893 or 7553753. OLE color: 7553753.
HSL color Cylindrical-coordinate representation of color #D94273: hue angle of 340.53º 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 #D94273 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 115 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.15 |
| HSL | 340.53º | 0.67% | 0.55% | - |
| HSV(B) | 340.53º | 0.7% | 0.85% | - |
| XYZ | 33.66 | 19.89 | 18.28 | - |
| YUV | 116.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 115 | 0 | 0.70 | 0.47 | 0.15 | 340.53 | 0.67 | 0.55 |
| Hex | D9 | 42 | 73 | 0 | 46 | 2F | F | 155 | 43 | 37 |
| Octal | 331 | 102 | 163 | 0 | 106 | 57 | 17 | 525 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1110011 | 0 | 1000110 | 101111 | 1111 | 101010101 | 1000011 | 110111 |
Color Harmonies of #D94273
Complementary color
Monochromatic Colors of #D94273
Black with #D94273
Text Example
Text Example
White with #D94273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94273; }
p { color: rgb(217,66,115); }
H1.HeaderClassName
{
color: #D94273;
}
.AnyTagClassName
{
color: #D94273;
}
</style>
background-color css
<style>
a { background-color: #D94273; }
a { background-color: rgb(217,66,115); }
div.DivClassName
{
background-color: #D94273;
}
.BgClassName
{
background-color: #D94273;
}
</style>
border-color css
<style>
span { border-color: #D94273; }
span { border-color: rgb(217,66,115); }
td.TdClassName
{
border-color: #D94273;
}
.TagClassName
{
border-color: #D94273;
}
</style>