Shades of Cranberry #D25284
Tints of Cranberry #D25284
RGB
CMYK
RGB Variations
Color information
#D25284 (or 0xD25284) is known color: Cranberry. HEX triplet: D2, 52 and 84. RGB value is (210,82,132). Sum of RGB (Red+Green+Blue) = 210+82+132=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D25284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25284 is #2DAD7B. Grayscale: #7D7D7D. Windows color (decimal): -2993532 or 8671954. OLE color: 8671954.
HSL color Cylindrical-coordinate representation of color #D25284: hue angle of 336.56º 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 #D25284 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 132 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.18 |
| HSL | 336.56º | 0.59% | 0.57% | - |
| HSV(B) | 336.56º | 0.61% | 0.82% | - |
| XYZ | 33.76 | 21.4 | 24.18 | - |
| YUV | 125.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 132 | 0 | 0.61 | 0.37 | 0.18 | 336.56 | 0.59 | 0.57 |
| Hex | D2 | 52 | 84 | 0 | 3D | 25 | 12 | 151 | 3B | 39 |
| Octal | 322 | 122 | 204 | 0 | 75 | 45 | 22 | 521 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10000100 | 0 | 111101 | 100101 | 10010 | 101010001 | 111011 | 111001 |
Color Harmonies of #D25284
Complementary color
Monochromatic Colors of #D25284
Black with #D25284
Text Example
Text Example
White with #D25284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25284; }
p { color: rgb(210,82,132); }
H1.HeaderClassName
{
color: #D25284;
}
.AnyTagClassName
{
color: #D25284;
}
</style>
background-color css
<style>
a { background-color: #D25284; }
a { background-color: rgb(210,82,132); }
div.DivClassName
{
background-color: #D25284;
}
.BgClassName
{
background-color: #D25284;
}
</style>
border-color css
<style>
span { border-color: #D25284; }
span { border-color: rgb(210,82,132); }
td.TdClassName
{
border-color: #D25284;
}
.TagClassName
{
border-color: #D25284;
}
</style>