Shades of Cranberry #D2627B
Tints of Cranberry #D2627B
RGB
CMYK
RGB Variations
Color information
#D2627B (or 0xD2627B) is known color: Cranberry. HEX triplet: D2, 62 and 7B. RGB value is (210,98,123). Sum of RGB (Red+Green+Blue) = 210+98+123=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2627B is #2D9D84. Grayscale: #868686. Windows color (decimal): -2989445 or 8086226. OLE color: 8086226.
HSL color Cylindrical-coordinate representation of color #D2627B: hue angle of 346.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2627B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 123 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.18 |
| HSL | 346.61º | 0.55% | 0.6% | - |
| HSV(B) | 346.61º | 0.53% | 0.82% | - |
| XYZ | 34.52 | 23.87 | 21.53 | - |
| YUV | 134.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 123 | 0 | 0.53 | 0.41 | 0.18 | 346.61 | 0.55 | 0.6 |
| Hex | D2 | 62 | 7B | 0 | 35 | 29 | 12 | 15B | 37 | 3C |
| Octal | 322 | 142 | 173 | 0 | 65 | 51 | 22 | 533 | 67 | 74 |
| Binary | 11010010 | 1100010 | 1111011 | 0 | 110101 | 101001 | 10010 | 101011011 | 110111 | 111100 |
Color Harmonies of #D2627B
Complementary color
Monochromatic Colors of #D2627B
Black with #D2627B
Text Example
Text Example
White with #D2627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2627B; }
p { color: rgb(210,98,123); }
H1.HeaderClassName
{
color: #D2627B;
}
.AnyTagClassName
{
color: #D2627B;
}
</style>
background-color css
<style>
a { background-color: #D2627B; }
a { background-color: rgb(210,98,123); }
div.DivClassName
{
background-color: #D2627B;
}
.BgClassName
{
background-color: #D2627B;
}
</style>
border-color css
<style>
span { border-color: #D2627B; }
span { border-color: rgb(210,98,123); }
td.TdClassName
{
border-color: #D2627B;
}
.TagClassName
{
border-color: #D2627B;
}
</style>