Shades of Cranberry #D4607A
Tints of Cranberry #D4607A
RGB
CMYK
RGB Variations
Color information
#D4607A (or 0xD4607A) is known color: Cranberry. HEX triplet: D4, 60 and 7A. RGB value is (212,96,122). Sum of RGB (Red+Green+Blue) = 212+96+122=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4607A is #2B9F85. Grayscale: #858585. Windows color (decimal): -2858886 or 8020180. OLE color: 8020180.
HSL color Cylindrical-coordinate representation of color #D4607A: hue angle of 346.55º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4607A is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 122 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.17 |
| HSL | 346.55º | 0.57% | 0.6% | - |
| HSV(B) | 346.55º | 0.55% | 0.83% | - |
| XYZ | 34.85 | 23.77 | 21.16 | - |
| YUV | 133.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 122 | 0 | 0.55 | 0.42 | 0.17 | 346.55 | 0.57 | 0.6 |
| Hex | D4 | 60 | 7A | 0 | 37 | 2A | 11 | 15B | 39 | 3C |
| Octal | 324 | 140 | 172 | 0 | 67 | 52 | 21 | 533 | 71 | 74 |
| Binary | 11010100 | 1100000 | 1111010 | 0 | 110111 | 101010 | 10001 | 101011011 | 111001 | 111100 |
Color Harmonies of #D4607A
Complementary color
Monochromatic Colors of #D4607A
Black with #D4607A
Text Example
Text Example
White with #D4607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4607A; }
p { color: rgb(212,96,122); }
H1.HeaderClassName
{
color: #D4607A;
}
.AnyTagClassName
{
color: #D4607A;
}
</style>
background-color css
<style>
a { background-color: #D4607A; }
a { background-color: rgb(212,96,122); }
div.DivClassName
{
background-color: #D4607A;
}
.BgClassName
{
background-color: #D4607A;
}
</style>
border-color css
<style>
span { border-color: #D4607A; }
span { border-color: rgb(212,96,122); }
td.TdClassName
{
border-color: #D4607A;
}
.TagClassName
{
border-color: #D4607A;
}
</style>