Shades of Cranberry #D45A7D
Tints of Cranberry #D45A7D
RGB
CMYK
RGB Variations
Color information
#D45A7D (or 0xD45A7D) is known color: Cranberry. HEX triplet: D4, 5A and 7D. RGB value is (212,90,125). Sum of RGB (Red+Green+Blue) = 212+90+125=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45A7D is #2BA582. Grayscale: #828282. Windows color (decimal): -2860419 or 8215252. OLE color: 8215252.
HSL color Cylindrical-coordinate representation of color #D45A7D: hue angle of 342.79º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45A7D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 125 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.17 |
| HSL | 342.79º | 0.59% | 0.59% | - |
| HSV(B) | 342.79º | 0.58% | 0.83% | - |
| XYZ | 34.51 | 22.79 | 21.98 | - |
| YUV | 130.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 125 | 0 | 0.58 | 0.41 | 0.17 | 342.79 | 0.59 | 0.59 |
| Hex | D4 | 5A | 7D | 0 | 3A | 29 | 11 | 157 | 3B | 3B |
| Octal | 324 | 132 | 175 | 0 | 72 | 51 | 21 | 527 | 73 | 73 |
| Binary | 11010100 | 1011010 | 1111101 | 0 | 111010 | 101001 | 10001 | 101010111 | 111011 | 111011 |
Color Harmonies of #D45A7D
Complementary color
Monochromatic Colors of #D45A7D
Black with #D45A7D
Text Example
Text Example
White with #D45A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A7D; }
p { color: rgb(212,90,125); }
H1.HeaderClassName
{
color: #D45A7D;
}
.AnyTagClassName
{
color: #D45A7D;
}
</style>
background-color css
<style>
a { background-color: #D45A7D; }
a { background-color: rgb(212,90,125); }
div.DivClassName
{
background-color: #D45A7D;
}
.BgClassName
{
background-color: #D45A7D;
}
</style>
border-color css
<style>
span { border-color: #D45A7D; }
span { border-color: rgb(212,90,125); }
td.TdClassName
{
border-color: #D45A7D;
}
.TagClassName
{
border-color: #D45A7D;
}
</style>