Shades of Cranberry #D25183
Tints of Cranberry #D25183
RGB
CMYK
RGB Variations
Color information
#D25183 (or 0xD25183) is known color: Cranberry. HEX triplet: D2, 51 and 83. RGB value is (210,81,131). Sum of RGB (Red+Green+Blue) = 210+81+131=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25183 is #2DAE7C. Grayscale: #7D7D7D. Windows color (decimal): -2993789 or 8606162. OLE color: 8606162.
HSL color Cylindrical-coordinate representation of color #D25183: hue angle of 336.74º 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 #D25183 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 131 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.18 |
| HSL | 336.74º | 0.59% | 0.57% | - |
| HSV(B) | 336.74º | 0.61% | 0.82% | - |
| XYZ | 33.62 | 21.23 | 23.8 | - |
| YUV | 125.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 131 | 0 | 0.61 | 0.38 | 0.18 | 336.74 | 0.59 | 0.57 |
| Hex | D2 | 51 | 83 | 0 | 3D | 26 | 12 | 151 | 3B | 39 |
| Octal | 322 | 121 | 203 | 0 | 75 | 46 | 22 | 521 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10000011 | 0 | 111101 | 100110 | 10010 | 101010001 | 111011 | 111001 |
Color Harmonies of #D25183
Complementary color
Monochromatic Colors of #D25183
Black with #D25183
Text Example
Text Example
White with #D25183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25183; }
p { color: rgb(210,81,131); }
H1.HeaderClassName
{
color: #D25183;
}
.AnyTagClassName
{
color: #D25183;
}
</style>
background-color css
<style>
a { background-color: #D25183; }
a { background-color: rgb(210,81,131); }
div.DivClassName
{
background-color: #D25183;
}
.BgClassName
{
background-color: #D25183;
}
</style>
border-color css
<style>
span { border-color: #D25183; }
span { border-color: rgb(210,81,131); }
td.TdClassName
{
border-color: #D25183;
}
.TagClassName
{
border-color: #D25183;
}
</style>