Shades of Cranberry #D25C7A
Tints of Cranberry #D25C7A
RGB
CMYK
RGB Variations
Color information
#D25C7A (or 0xD25C7A) is known color: Cranberry. HEX triplet: D2, 5C and 7A. RGB value is (210,92,122). Sum of RGB (Red+Green+Blue) = 210+92+122=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C7A is #2DA385. Grayscale: #828282. Windows color (decimal): -2990982 or 8019154. OLE color: 8019154.
HSL color Cylindrical-coordinate representation of color #D25C7A: hue angle of 344.75º 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 #D25C7A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 122 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.18 |
| HSL | 344.75º | 0.57% | 0.59% | - |
| HSV(B) | 344.75º | 0.56% | 0.82% | - |
| XYZ | 33.92 | 22.76 | 21.02 | - |
| YUV | 130.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 122 | 0 | 0.56 | 0.42 | 0.18 | 344.75 | 0.57 | 0.59 |
| Hex | D2 | 5C | 7A | 0 | 38 | 2A | 12 | 159 | 39 | 3B |
| Octal | 322 | 134 | 172 | 0 | 70 | 52 | 22 | 531 | 71 | 73 |
| Binary | 11010010 | 1011100 | 1111010 | 0 | 111000 | 101010 | 10010 | 101011001 | 111001 | 111011 |
Color Harmonies of #D25C7A
Complementary color
Monochromatic Colors of #D25C7A
Black with #D25C7A
Text Example
Text Example
White with #D25C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C7A; }
p { color: rgb(210,92,122); }
H1.HeaderClassName
{
color: #D25C7A;
}
.AnyTagClassName
{
color: #D25C7A;
}
</style>
background-color css
<style>
a { background-color: #D25C7A; }
a { background-color: rgb(210,92,122); }
div.DivClassName
{
background-color: #D25C7A;
}
.BgClassName
{
background-color: #D25C7A;
}
</style>
border-color css
<style>
span { border-color: #D25C7A; }
span { border-color: rgb(210,92,122); }
td.TdClassName
{
border-color: #D25C7A;
}
.TagClassName
{
border-color: #D25C7A;
}
</style>