Shades of Cranberry #D25F81
Tints of Cranberry #D25F81
RGB
CMYK
RGB Variations
Color information
#D25F81 (or 0xD25F81) is known color: Cranberry. HEX triplet: D2, 5F and 81. RGB value is (210,95,129). Sum of RGB (Red+Green+Blue) = 210+95+129=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F81 is #2DA07E. Grayscale: #858585. Windows color (decimal): -2990207 or 8478674. OLE color: 8478674.
HSL color Cylindrical-coordinate representation of color #D25F81: hue angle of 342.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F81 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 129 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.18 |
| HSL | 342.26º | 0.56% | 0.6% | - |
| HSV(B) | 342.26º | 0.55% | 0.82% | - |
| XYZ | 34.63 | 23.47 | 23.47 | - |
| YUV | 133.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 129 | 0 | 0.55 | 0.39 | 0.18 | 342.26 | 0.56 | 0.6 |
| Hex | D2 | 5F | 81 | 0 | 37 | 27 | 12 | 156 | 38 | 3C |
| Octal | 322 | 137 | 201 | 0 | 67 | 47 | 22 | 526 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10000001 | 0 | 110111 | 100111 | 10010 | 101010110 | 111000 | 111100 |
Color Harmonies of #D25F81
Complementary color
Monochromatic Colors of #D25F81
Black with #D25F81
Text Example
Text Example
White with #D25F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F81; }
p { color: rgb(210,95,129); }
H1.HeaderClassName
{
color: #D25F81;
}
.AnyTagClassName
{
color: #D25F81;
}
</style>
background-color css
<style>
a { background-color: #D25F81; }
a { background-color: rgb(210,95,129); }
div.DivClassName
{
background-color: #D25F81;
}
.BgClassName
{
background-color: #D25F81;
}
</style>
border-color css
<style>
span { border-color: #D25F81; }
span { border-color: rgb(210,95,129); }
td.TdClassName
{
border-color: #D25F81;
}
.TagClassName
{
border-color: #D25F81;
}
</style>