Shades of Cranberry #D25174
Tints of Cranberry #D25174
RGB
CMYK
RGB Variations
Color information
#D25174 (or 0xD25174) is known color: Cranberry. HEX triplet: D2, 51 and 74. RGB value is (210,81,116). Sum of RGB (Red+Green+Blue) = 210+81+116=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D25174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25174 is #2DAE8B. Grayscale: #7B7B7B. Windows color (decimal): -2993804 or 7623122. OLE color: 7623122.
HSL color Cylindrical-coordinate representation of color #D25174: hue angle of 343.72º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25174 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 116 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.18 |
| HSL | 343.72º | 0.59% | 0.57% | - |
| HSV(B) | 343.72º | 0.61% | 0.82% | - |
| XYZ | 32.67 | 20.85 | 18.82 | - |
| YUV | 123.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 116 | 0 | 0.61 | 0.45 | 0.18 | 343.72 | 0.59 | 0.57 |
| Hex | D2 | 51 | 74 | 0 | 3D | 2D | 12 | 158 | 3B | 39 |
| Octal | 322 | 121 | 164 | 0 | 75 | 55 | 22 | 530 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1110100 | 0 | 111101 | 101101 | 10010 | 101011000 | 111011 | 111001 |
Color Harmonies of #D25174
Complementary color
Monochromatic Colors of #D25174
Black with #D25174
Text Example
Text Example
White with #D25174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25174; }
p { color: rgb(210,81,116); }
H1.HeaderClassName
{
color: #D25174;
}
.AnyTagClassName
{
color: #D25174;
}
</style>
background-color css
<style>
a { background-color: #D25174; }
a { background-color: rgb(210,81,116); }
div.DivClassName
{
background-color: #D25174;
}
.BgClassName
{
background-color: #D25174;
}
</style>
border-color css
<style>
span { border-color: #D25174; }
span { border-color: rgb(210,81,116); }
td.TdClassName
{
border-color: #D25174;
}
.TagClassName
{
border-color: #D25174;
}
</style>