Shades of Cranberry #D25B81
Tints of Cranberry #D25B81
RGB
CMYK
RGB Variations
Color information
#D25B81 (or 0xD25B81) is known color: Cranberry. HEX triplet: D2, 5B and 81. RGB value is (210,91,129). Sum of RGB (Red+Green+Blue) = 210+91+129=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B81 is #2DA47E. Grayscale: #828282. Windows color (decimal): -2991231 or 8477650. OLE color: 8477650.
HSL color Cylindrical-coordinate representation of color #D25B81: hue angle of 340.84º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25B81 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 129 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.18 |
| HSL | 340.84º | 0.57% | 0.59% | - |
| HSV(B) | 340.84º | 0.57% | 0.82% | - |
| XYZ | 34.28 | 22.77 | 23.36 | - |
| YUV | 130.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 129 | 0 | 0.57 | 0.39 | 0.18 | 340.84 | 0.57 | 0.59 |
| Hex | D2 | 5B | 81 | 0 | 39 | 27 | 12 | 155 | 39 | 3B |
| Octal | 322 | 133 | 201 | 0 | 71 | 47 | 22 | 525 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10000001 | 0 | 111001 | 100111 | 10010 | 101010101 | 111001 | 111011 |
Color Harmonies of #D25B81
Complementary color
Monochromatic Colors of #D25B81
Black with #D25B81
Text Example
Text Example
White with #D25B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B81; }
p { color: rgb(210,91,129); }
H1.HeaderClassName
{
color: #D25B81;
}
.AnyTagClassName
{
color: #D25B81;
}
</style>
background-color css
<style>
a { background-color: #D25B81; }
a { background-color: rgb(210,91,129); }
div.DivClassName
{
background-color: #D25B81;
}
.BgClassName
{
background-color: #D25B81;
}
</style>
border-color css
<style>
span { border-color: #D25B81; }
span { border-color: rgb(210,91,129); }
td.TdClassName
{
border-color: #D25B81;
}
.TagClassName
{
border-color: #D25B81;
}
</style>