Shades of Cranberry #DE3E7B
Tints of Cranberry #DE3E7B
RGB
CMYK
RGB Variations
Color information
#DE3E7B (or 0xDE3E7B) is known color: Cranberry. HEX triplet: DE, 3E and 7B. RGB value is (222,62,123). Sum of RGB (Red+Green+Blue) = 222+62+123=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E7B is #21C184. Grayscale: #747474. Windows color (decimal): -2212229 or 8077022. OLE color: 8077022.
HSL color Cylindrical-coordinate representation of color #DE3E7B: hue angle of 337.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3E7B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 123 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.13 |
| HSL | 337.13º | 0.71% | 0.56% | - |
| HSV(B) | 337.13º | 0.72% | 0.87% | - |
| XYZ | 35.42 | 20.4 | 20.81 | - |
| YUV | 116.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 123 | 0 | 0.72 | 0.45 | 0.13 | 337.13 | 0.71 | 0.56 |
| Hex | DE | 3E | 7B | 0 | 48 | 2D | D | 151 | 47 | 38 |
| Octal | 336 | 76 | 173 | 0 | 110 | 55 | 15 | 521 | 107 | 70 |
| Binary | 11011110 | 111110 | 1111011 | 0 | 1001000 | 101101 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DE3E7B
Complementary color
Monochromatic Colors of #DE3E7B
Black with #DE3E7B
Text Example
Text Example
White with #DE3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E7B; }
p { color: rgb(222,62,123); }
H1.HeaderClassName
{
color: #DE3E7B;
}
.AnyTagClassName
{
color: #DE3E7B;
}
</style>
background-color css
<style>
a { background-color: #DE3E7B; }
a { background-color: rgb(222,62,123); }
div.DivClassName
{
background-color: #DE3E7B;
}
.BgClassName
{
background-color: #DE3E7B;
}
</style>
border-color css
<style>
span { border-color: #DE3E7B; }
span { border-color: rgb(222,62,123); }
td.TdClassName
{
border-color: #DE3E7B;
}
.TagClassName
{
border-color: #DE3E7B;
}
</style>