Shades of Cranberry #D25F7E
Tints of Cranberry #D25F7E
RGB
CMYK
RGB Variations
Color information
#D25F7E (or 0xD25F7E) is known color: Cranberry. HEX triplet: D2, 5F and 7E. RGB value is (210,95,126). Sum of RGB (Red+Green+Blue) = 210+95+126=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F7E is #2DA081. Grayscale: #848484. Windows color (decimal): -2990210 or 8282066. OLE color: 8282066.
HSL color Cylindrical-coordinate representation of color #D25F7E: hue angle of 343.83º 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 #D25F7E is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 126 | - |
| CMYK | 0 | 0.55 | 0.4 | 0.18 |
| HSL | 343.83º | 0.56% | 0.6% | - |
| HSV(B) | 343.83º | 0.55% | 0.82% | - |
| XYZ | 34.44 | 23.39 | 22.44 | - |
| YUV | 132.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 126 | 0 | 0.55 | 0.4 | 0.18 | 343.83 | 0.56 | 0.6 |
| Hex | D2 | 5F | 7E | 0 | 37 | 28 | 12 | 158 | 38 | 3C |
| Octal | 322 | 137 | 176 | 0 | 67 | 50 | 22 | 530 | 70 | 74 |
| Binary | 11010010 | 1011111 | 1111110 | 0 | 110111 | 101000 | 10010 | 101011000 | 111000 | 111100 |
Color Harmonies of #D25F7E
Complementary color
Monochromatic Colors of #D25F7E
Black with #D25F7E
Text Example
Text Example
White with #D25F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F7E; }
p { color: rgb(210,95,126); }
H1.HeaderClassName
{
color: #D25F7E;
}
.AnyTagClassName
{
color: #D25F7E;
}
</style>
background-color css
<style>
a { background-color: #D25F7E; }
a { background-color: rgb(210,95,126); }
div.DivClassName
{
background-color: #D25F7E;
}
.BgClassName
{
background-color: #D25F7E;
}
</style>
border-color css
<style>
span { border-color: #D25F7E; }
span { border-color: rgb(210,95,126); }
td.TdClassName
{
border-color: #D25F7E;
}
.TagClassName
{
border-color: #D25F7E;
}
</style>