Shades of Cranberry #D2507E
Tints of Cranberry #D2507E
RGB
CMYK
RGB Variations
Color information
#D2507E (or 0xD2507E) is known color: Cranberry. HEX triplet: D2, 50 and 7E. RGB value is (210,80,126). Sum of RGB (Red+Green+Blue) = 210+80+126=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2507E is #2DAF81. Grayscale: #7C7C7C. Windows color (decimal): -2994050 or 8278226. OLE color: 8278226.
HSL color Cylindrical-coordinate representation of color #D2507E: hue angle of 338.77º 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 #D2507E is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 126 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.18 |
| HSL | 338.77º | 0.59% | 0.57% | - |
| HSV(B) | 338.77º | 0.62% | 0.82% | - |
| XYZ | 33.21 | 20.95 | 22.03 | - |
| YUV | 124.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 126 | 0 | 0.62 | 0.4 | 0.18 | 338.77 | 0.59 | 0.57 |
| Hex | D2 | 50 | 7E | 0 | 3E | 28 | 12 | 153 | 3B | 39 |
| Octal | 322 | 120 | 176 | 0 | 76 | 50 | 22 | 523 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1111110 | 0 | 111110 | 101000 | 10010 | 101010011 | 111011 | 111001 |
Color Harmonies of #D2507E
Complementary color
Monochromatic Colors of #D2507E
Black with #D2507E
Text Example
Text Example
White with #D2507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2507E; }
p { color: rgb(210,80,126); }
H1.HeaderClassName
{
color: #D2507E;
}
.AnyTagClassName
{
color: #D2507E;
}
</style>
background-color css
<style>
a { background-color: #D2507E; }
a { background-color: rgb(210,80,126); }
div.DivClassName
{
background-color: #D2507E;
}
.BgClassName
{
background-color: #D2507E;
}
</style>
border-color css
<style>
span { border-color: #D2507E; }
span { border-color: rgb(210,80,126); }
td.TdClassName
{
border-color: #D2507E;
}
.TagClassName
{
border-color: #D2507E;
}
</style>