Shades of Cranberry #D25D7C
Tints of Cranberry #D25D7C
RGB
CMYK
RGB Variations
Color information
#D25D7C (or 0xD25D7C) is known color: Cranberry. HEX triplet: D2, 5D and 7C. RGB value is (210,93,124). Sum of RGB (Red+Green+Blue) = 210+93+124=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7C is #2DA283. Grayscale: #838383. Windows color (decimal): -2990724 or 8150482. OLE color: 8150482.
HSL color Cylindrical-coordinate representation of color #D25D7C: hue angle of 344.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D7C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 124 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.18 |
| HSL | 344.1º | 0.57% | 0.59% | - |
| HSV(B) | 344.1º | 0.56% | 0.82% | - |
| XYZ | 34.13 | 22.99 | 21.71 | - |
| YUV | 131.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 124 | 0 | 0.56 | 0.41 | 0.18 | 344.1 | 0.57 | 0.59 |
| Hex | D2 | 5D | 7C | 0 | 38 | 29 | 12 | 158 | 39 | 3B |
| Octal | 322 | 135 | 174 | 0 | 70 | 51 | 22 | 530 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1111100 | 0 | 111000 | 101001 | 10010 | 101011000 | 111001 | 111011 |
Color Harmonies of #D25D7C
Complementary color
Monochromatic Colors of #D25D7C
Black with #D25D7C
Text Example
Text Example
White with #D25D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D7C; }
p { color: rgb(210,93,124); }
H1.HeaderClassName
{
color: #D25D7C;
}
.AnyTagClassName
{
color: #D25D7C;
}
</style>
background-color css
<style>
a { background-color: #D25D7C; }
a { background-color: rgb(210,93,124); }
div.DivClassName
{
background-color: #D25D7C;
}
.BgClassName
{
background-color: #D25D7C;
}
</style>
border-color css
<style>
span { border-color: #D25D7C; }
span { border-color: rgb(210,93,124); }
td.TdClassName
{
border-color: #D25D7C;
}
.TagClassName
{
border-color: #D25D7C;
}
</style>