Shades of Cranberry #D2507A
Tints of Cranberry #D2507A
RGB
CMYK
RGB Variations
Color information
#D2507A (or 0xD2507A) is known color: Cranberry. HEX triplet: D2, 50 and 7A. RGB value is (210,80,122). Sum of RGB (Red+Green+Blue) = 210+80+122=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2507A is #2DAF85. Grayscale: #7B7B7B. Windows color (decimal): -2994054 or 8016082. OLE color: 8016082.
HSL color Cylindrical-coordinate representation of color #D2507A: hue angle of 340.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2507A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 122 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.18 |
| HSL | 340.62º | 0.59% | 0.57% | - |
| HSV(B) | 340.62º | 0.62% | 0.82% | - |
| XYZ | 32.96 | 20.84 | 20.7 | - |
| YUV | 123.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 122 | 0 | 0.62 | 0.42 | 0.18 | 340.62 | 0.59 | 0.57 |
| Hex | D2 | 50 | 7A | 0 | 3E | 2A | 12 | 155 | 3B | 39 |
| Octal | 322 | 120 | 172 | 0 | 76 | 52 | 22 | 525 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1111010 | 0 | 111110 | 101010 | 10010 | 101010101 | 111011 | 111001 |
Color Harmonies of #D2507A
Complementary color
Monochromatic Colors of #D2507A
Black with #D2507A
Text Example
Text Example
White with #D2507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2507A; }
p { color: rgb(210,80,122); }
H1.HeaderClassName
{
color: #D2507A;
}
.AnyTagClassName
{
color: #D2507A;
}
</style>
background-color css
<style>
a { background-color: #D2507A; }
a { background-color: rgb(210,80,122); }
div.DivClassName
{
background-color: #D2507A;
}
.BgClassName
{
background-color: #D2507A;
}
</style>
border-color css
<style>
span { border-color: #D2507A; }
span { border-color: rgb(210,80,122); }
td.TdClassName
{
border-color: #D2507A;
}
.TagClassName
{
border-color: #D2507A;
}
</style>