Shades of Cranberry #D25F7D
Tints of Cranberry #D25F7D
RGB
CMYK
RGB Variations
Color information
#D25F7D (or 0xD25F7D) is known color: Cranberry. HEX triplet: D2, 5F and 7D. RGB value is (210,95,125). Sum of RGB (Red+Green+Blue) = 210+95+125=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F7D is #2DA082. Grayscale: #848484. Windows color (decimal): -2990211 or 8216530. OLE color: 8216530.
HSL color Cylindrical-coordinate representation of color #D25F7D: hue angle of 344.35º 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 #D25F7D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 125 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 344.35º | 0.56% | 0.6% | - |
| HSV(B) | 344.35º | 0.55% | 0.82% | - |
| XYZ | 34.37 | 23.37 | 22.1 | - |
| YUV | 132.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 125 | 0 | 0.55 | 0.40 | 0.18 | 344.35 | 0.56 | 0.6 |
| Hex | D2 | 5F | 7D | 0 | 37 | 28 | 12 | 158 | 38 | 3C |
| Octal | 322 | 137 | 175 | 0 | 67 | 50 | 22 | 530 | 70 | 74 |
| Binary | 11010010 | 1011111 | 1111101 | 0 | 110111 | 101000 | 10010 | 101011000 | 111000 | 111100 |
Color Harmonies of #D25F7D
Complementary color
Monochromatic Colors of #D25F7D
Black with #D25F7D
Text Example
Text Example
White with #D25F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F7D; }
p { color: rgb(210,95,125); }
H1.HeaderClassName
{
color: #D25F7D;
}
.AnyTagClassName
{
color: #D25F7D;
}
</style>
background-color css
<style>
a { background-color: #D25F7D; }
a { background-color: rgb(210,95,125); }
div.DivClassName
{
background-color: #D25F7D;
}
.BgClassName
{
background-color: #D25F7D;
}
</style>
border-color css
<style>
span { border-color: #D25F7D; }
span { border-color: rgb(210,95,125); }
td.TdClassName
{
border-color: #D25F7D;
}
.TagClassName
{
border-color: #D25F7D;
}
</style>