Shades of Cranberry #D25B7D
Tints of Cranberry #D25B7D
RGB
CMYK
RGB Variations
Color information
#D25B7D (or 0xD25B7D) is known color: Cranberry. HEX triplet: D2, 5B and 7D. RGB value is (210,91,125). Sum of RGB (Red+Green+Blue) = 210+91+125=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B7D is #2DA482. Grayscale: #828282. Windows color (decimal): -2991235 or 8215506. OLE color: 8215506.
HSL color Cylindrical-coordinate representation of color #D25B7D: hue angle of 342.86º 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 #D25B7D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 125 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.18 |
| HSL | 342.86º | 0.57% | 0.59% | - |
| HSV(B) | 342.86º | 0.57% | 0.82% | - |
| XYZ | 34.02 | 22.66 | 21.98 | - |
| YUV | 130.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 125 | 0 | 0.57 | 0.40 | 0.18 | 342.86 | 0.57 | 0.59 |
| Hex | D2 | 5B | 7D | 0 | 39 | 28 | 12 | 157 | 39 | 3B |
| Octal | 322 | 133 | 175 | 0 | 71 | 50 | 22 | 527 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1111101 | 0 | 111001 | 101000 | 10010 | 101010111 | 111001 | 111011 |
Color Harmonies of #D25B7D
Complementary color
Monochromatic Colors of #D25B7D
Black with #D25B7D
Text Example
Text Example
White with #D25B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B7D; }
p { color: rgb(210,91,125); }
H1.HeaderClassName
{
color: #D25B7D;
}
.AnyTagClassName
{
color: #D25B7D;
}
</style>
background-color css
<style>
a { background-color: #D25B7D; }
a { background-color: rgb(210,91,125); }
div.DivClassName
{
background-color: #D25B7D;
}
.BgClassName
{
background-color: #D25B7D;
}
</style>
border-color css
<style>
span { border-color: #D25B7D; }
span { border-color: rgb(210,91,125); }
td.TdClassName
{
border-color: #D25B7D;
}
.TagClassName
{
border-color: #D25B7D;
}
</style>