Shades of Cranberry #D4507A
Tints of Cranberry #D4507A
RGB
CMYK
RGB Variations
Color information
#D4507A (or 0xD4507A) is known color: Cranberry. HEX triplet: D4, 50 and 7A. RGB value is (212,80,122). Sum of RGB (Red+Green+Blue) = 212+80+122=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D4507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4507A is #2BAF85. Grayscale: #7C7C7C. Windows color (decimal): -2862982 or 8016084. OLE color: 8016084.
HSL color Cylindrical-coordinate representation of color #D4507A: hue angle of 340.91º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4507A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 122 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.17 |
| HSL | 340.91º | 0.61% | 0.57% | - |
| HSV(B) | 340.91º | 0.62% | 0.83% | - |
| XYZ | 33.53 | 21.14 | 20.73 | - |
| YUV | 124.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 122 | 0 | 0.62 | 0.42 | 0.17 | 340.91 | 0.61 | 0.57 |
| Hex | D4 | 50 | 7A | 0 | 3E | 2A | 11 | 155 | 3D | 39 |
| Octal | 324 | 120 | 172 | 0 | 76 | 52 | 21 | 525 | 75 | 71 |
| Binary | 11010100 | 1010000 | 1111010 | 0 | 111110 | 101010 | 10001 | 101010101 | 111101 | 111001 |
Color Harmonies of #D4507A
Complementary color
Monochromatic Colors of #D4507A
Black with #D4507A
Text Example
Text Example
White with #D4507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4507A; }
p { color: rgb(212,80,122); }
H1.HeaderClassName
{
color: #D4507A;
}
.AnyTagClassName
{
color: #D4507A;
}
</style>
background-color css
<style>
a { background-color: #D4507A; }
a { background-color: rgb(212,80,122); }
div.DivClassName
{
background-color: #D4507A;
}
.BgClassName
{
background-color: #D4507A;
}
</style>
border-color css
<style>
span { border-color: #D4507A; }
span { border-color: rgb(212,80,122); }
td.TdClassName
{
border-color: #D4507A;
}
.TagClassName
{
border-color: #D4507A;
}
</style>