Shades of Cranberry #D74B7D
Tints of Cranberry #D74B7D
RGB
CMYK
RGB Variations
Color information
#D74B7D (or 0xD74B7D) is known color: Cranberry. HEX triplet: D7, 4B and 7D. RGB value is (215,75,125). Sum of RGB (Red+Green+Blue) = 215+75+125=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B7D is #28B482. Grayscale: #7A7A7A. Windows color (decimal): -2667651 or 8211415. OLE color: 8211415.
HSL color Cylindrical-coordinate representation of color #D74B7D: hue angle of 338.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74B7D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 125 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.16 |
| HSL | 338.57º | 0.64% | 0.57% | - |
| HSV(B) | 338.57º | 0.65% | 0.84% | - |
| XYZ | 34.24 | 20.96 | 21.64 | - |
| YUV | 122.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 125 | 0 | 0.65 | 0.42 | 0.16 | 338.57 | 0.64 | 0.57 |
| Hex | D7 | 4B | 7D | 0 | 41 | 2A | 10 | 153 | 40 | 39 |
| Octal | 327 | 113 | 175 | 0 | 101 | 52 | 20 | 523 | 100 | 71 |
| Binary | 11010111 | 1001011 | 1111101 | 0 | 1000001 | 101010 | 10000 | 101010011 | 1000000 | 111001 |
Color Harmonies of #D74B7D
Complementary color
Monochromatic Colors of #D74B7D
Black with #D74B7D
Text Example
Text Example
White with #D74B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74B7D; }
p { color: rgb(215,75,125); }
H1.HeaderClassName
{
color: #D74B7D;
}
.AnyTagClassName
{
color: #D74B7D;
}
</style>
background-color css
<style>
a { background-color: #D74B7D; }
a { background-color: rgb(215,75,125); }
div.DivClassName
{
background-color: #D74B7D;
}
.BgClassName
{
background-color: #D74B7D;
}
</style>
border-color css
<style>
span { border-color: #D74B7D; }
span { border-color: rgb(215,75,125); }
td.TdClassName
{
border-color: #D74B7D;
}
.TagClassName
{
border-color: #D74B7D;
}
</style>