Shades of Cranberry #D25083
Tints of Cranberry #D25083
RGB
CMYK
RGB Variations
Color information
#D25083 (or 0xD25083) is known color: Cranberry. HEX triplet: D2, 50 and 83. RGB value is (210,80,131). Sum of RGB (Red+Green+Blue) = 210+80+131=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D25083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25083 is #2DAF7C. Grayscale: #7C7C7C. Windows color (decimal): -2994045 or 8605906. OLE color: 8605906.
HSL color Cylindrical-coordinate representation of color #D25083: hue angle of 336.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25083 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 131 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.18 |
| HSL | 336.46º | 0.59% | 0.57% | - |
| HSV(B) | 336.46º | 0.62% | 0.82% | - |
| XYZ | 33.54 | 21.08 | 23.77 | - |
| YUV | 124.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 131 | 0 | 0.62 | 0.38 | 0.18 | 336.46 | 0.59 | 0.57 |
| Hex | D2 | 50 | 83 | 0 | 3E | 26 | 12 | 150 | 3B | 39 |
| Octal | 322 | 120 | 203 | 0 | 76 | 46 | 22 | 520 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10000011 | 0 | 111110 | 100110 | 10010 | 101010000 | 111011 | 111001 |
Color Harmonies of #D25083
Complementary color
Monochromatic Colors of #D25083
Black with #D25083
Text Example
Text Example
White with #D25083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25083; }
p { color: rgb(210,80,131); }
H1.HeaderClassName
{
color: #D25083;
}
.AnyTagClassName
{
color: #D25083;
}
</style>
background-color css
<style>
a { background-color: #D25083; }
a { background-color: rgb(210,80,131); }
div.DivClassName
{
background-color: #D25083;
}
.BgClassName
{
background-color: #D25083;
}
</style>
border-color css
<style>
span { border-color: #D25083; }
span { border-color: rgb(210,80,131); }
td.TdClassName
{
border-color: #D25083;
}
.TagClassName
{
border-color: #D25083;
}
</style>