Shades of Cranberry #D2607B
Tints of Cranberry #D2607B
RGB
CMYK
RGB Variations
Color information
#D2607B (or 0xD2607B) is known color: Cranberry. HEX triplet: D2, 60 and 7B. RGB value is (210,96,123). Sum of RGB (Red+Green+Blue) = 210+96+123=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2607B is #2D9F84. Grayscale: #858585. Windows color (decimal): -2989957 or 8085714. OLE color: 8085714.
HSL color Cylindrical-coordinate representation of color #D2607B: hue angle of 345.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2607B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 123 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.18 |
| HSL | 345.79º | 0.56% | 0.6% | - |
| HSV(B) | 345.79º | 0.54% | 0.82% | - |
| XYZ | 34.34 | 23.5 | 21.46 | - |
| YUV | 133.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 123 | 0 | 0.54 | 0.41 | 0.18 | 345.79 | 0.56 | 0.6 |
| Hex | D2 | 60 | 7B | 0 | 36 | 29 | 12 | 15A | 38 | 3C |
| Octal | 322 | 140 | 173 | 0 | 66 | 51 | 22 | 532 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1111011 | 0 | 110110 | 101001 | 10010 | 101011010 | 111000 | 111100 |
Color Harmonies of #D2607B
Complementary color
Monochromatic Colors of #D2607B
Black with #D2607B
Text Example
Text Example
White with #D2607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2607B; }
p { color: rgb(210,96,123); }
H1.HeaderClassName
{
color: #D2607B;
}
.AnyTagClassName
{
color: #D2607B;
}
</style>
background-color css
<style>
a { background-color: #D2607B; }
a { background-color: rgb(210,96,123); }
div.DivClassName
{
background-color: #D2607B;
}
.BgClassName
{
background-color: #D2607B;
}
</style>
border-color css
<style>
span { border-color: #D2607B; }
span { border-color: rgb(210,96,123); }
td.TdClassName
{
border-color: #D2607B;
}
.TagClassName
{
border-color: #D2607B;
}
</style>