Shades of Cranberry #D25C78
Tints of Cranberry #D25C78
RGB
CMYK
RGB Variations
Color information
#D25C78 (or 0xD25C78) is known color: Cranberry. HEX triplet: D2, 5C and 78. RGB value is (210,92,120). Sum of RGB (Red+Green+Blue) = 210+92+120=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C78 is #2DA387. Grayscale: #828282. Windows color (decimal): -2990984 or 7888082. OLE color: 7888082.
HSL color Cylindrical-coordinate representation of color #D25C78: hue angle of 345.76º 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 #D25C78 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 120 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.18 |
| HSL | 345.76º | 0.57% | 0.59% | - |
| HSV(B) | 345.76º | 0.56% | 0.82% | - |
| XYZ | 33.8 | 22.71 | 20.37 | - |
| YUV | 130.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 120 | 0 | 0.56 | 0.43 | 0.18 | 345.76 | 0.57 | 0.59 |
| Hex | D2 | 5C | 78 | 0 | 38 | 2B | 12 | 15A | 39 | 3B |
| Octal | 322 | 134 | 170 | 0 | 70 | 53 | 22 | 532 | 71 | 73 |
| Binary | 11010010 | 1011100 | 1111000 | 0 | 111000 | 101011 | 10010 | 101011010 | 111001 | 111011 |
Color Harmonies of #D25C78
Complementary color
Monochromatic Colors of #D25C78
Black with #D25C78
Text Example
Text Example
White with #D25C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C78; }
p { color: rgb(210,92,120); }
H1.HeaderClassName
{
color: #D25C78;
}
.AnyTagClassName
{
color: #D25C78;
}
</style>
background-color css
<style>
a { background-color: #D25C78; }
a { background-color: rgb(210,92,120); }
div.DivClassName
{
background-color: #D25C78;
}
.BgClassName
{
background-color: #D25C78;
}
</style>
border-color css
<style>
span { border-color: #D25C78; }
span { border-color: rgb(210,92,120); }
td.TdClassName
{
border-color: #D25C78;
}
.TagClassName
{
border-color: #D25C78;
}
</style>