Shades of Cranberry #D5507B
Tints of Cranberry #D5507B
RGB
CMYK
RGB Variations
Color information
#D5507B (or 0xD5507B) is known color: Cranberry. HEX triplet: D5, 50 and 7B. RGB value is (213,80,123). Sum of RGB (Red+Green+Blue) = 213+80+123=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5507B is #2AAF84. Grayscale: #7C7C7C. Windows color (decimal): -2797445 or 8081621. OLE color: 8081621.
HSL color Cylindrical-coordinate representation of color #D5507B: hue angle of 340.6º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5507B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 123 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 340.6º | 0.61% | 0.57% | - |
| HSV(B) | 340.6º | 0.62% | 0.84% | - |
| XYZ | 33.88 | 21.31 | 21.07 | - |
| YUV | 124.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 123 | 0 | 0.62 | 0.42 | 0.16 | 340.6 | 0.61 | 0.57 |
| Hex | D5 | 50 | 7B | 0 | 3E | 2A | 10 | 155 | 3D | 39 |
| Octal | 325 | 120 | 173 | 0 | 76 | 52 | 20 | 525 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1111011 | 0 | 111110 | 101010 | 10000 | 101010101 | 111101 | 111001 |
Color Harmonies of #D5507B
Complementary color
Monochromatic Colors of #D5507B
Black with #D5507B
Text Example
Text Example
White with #D5507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5507B; }
p { color: rgb(213,80,123); }
H1.HeaderClassName
{
color: #D5507B;
}
.AnyTagClassName
{
color: #D5507B;
}
</style>
background-color css
<style>
a { background-color: #D5507B; }
a { background-color: rgb(213,80,123); }
div.DivClassName
{
background-color: #D5507B;
}
.BgClassName
{
background-color: #D5507B;
}
</style>
border-color css
<style>
span { border-color: #D5507B; }
span { border-color: rgb(213,80,123); }
td.TdClassName
{
border-color: #D5507B;
}
.TagClassName
{
border-color: #D5507B;
}
</style>