Shades of Cranberry #D45384
Tints of Cranberry #D45384
RGB
CMYK
RGB Variations
Color information
#D45384 (or 0xD45384) is known color: Cranberry. HEX triplet: D4, 53 and 84. RGB value is (212,83,132). Sum of RGB (Red+Green+Blue) = 212+83+132=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D45384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45384 is #2BAC7B. Grayscale: #7F7F7F. Windows color (decimal): -2862204 or 8672212. OLE color: 8672212.
HSL color Cylindrical-coordinate representation of color #D45384: hue angle of 337.21º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45384 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 132 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.17 |
| HSL | 337.21º | 0.6% | 0.58% | - |
| HSV(B) | 337.21º | 0.61% | 0.83% | - |
| XYZ | 34.41 | 21.85 | 24.23 | - |
| YUV | 127.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 132 | 0 | 0.61 | 0.38 | 0.17 | 337.21 | 0.6 | 0.58 |
| Hex | D4 | 53 | 84 | 0 | 3D | 26 | 11 | 151 | 3C | 3A |
| Octal | 324 | 123 | 204 | 0 | 75 | 46 | 21 | 521 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10000100 | 0 | 111101 | 100110 | 10001 | 101010001 | 111100 | 111010 |
Color Harmonies of #D45384
Complementary color
Monochromatic Colors of #D45384
Black with #D45384
Text Example
Text Example
White with #D45384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45384; }
p { color: rgb(212,83,132); }
H1.HeaderClassName
{
color: #D45384;
}
.AnyTagClassName
{
color: #D45384;
}
</style>
background-color css
<style>
a { background-color: #D45384; }
a { background-color: rgb(212,83,132); }
div.DivClassName
{
background-color: #D45384;
}
.BgClassName
{
background-color: #D45384;
}
</style>
border-color css
<style>
span { border-color: #D45384; }
span { border-color: rgb(212,83,132); }
td.TdClassName
{
border-color: #D45384;
}
.TagClassName
{
border-color: #D45384;
}
</style>