Shades of Cranberry #D7457D
Tints of Cranberry #D7457D
RGB
CMYK
RGB Variations
Color information
#D7457D (or 0xD7457D) is known color: Cranberry. HEX triplet: D7, 45 and 7D. RGB value is (215,69,125). Sum of RGB (Red+Green+Blue) = 215+69+125=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7457D is #28BA82. Grayscale: #767676. Windows color (decimal): -2669187 or 8209879. OLE color: 8209879.
HSL color Cylindrical-coordinate representation of color #D7457D: hue angle of 336.99º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7457D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 125 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.16 |
| HSL | 336.99º | 0.65% | 0.56% | - |
| HSV(B) | 336.99º | 0.68% | 0.84% | - |
| XYZ | 33.85 | 20.18 | 21.51 | - |
| YUV | 119.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 125 | 0 | 0.68 | 0.42 | 0.16 | 336.99 | 0.65 | 0.56 |
| Hex | D7 | 45 | 7D | 0 | 44 | 2A | 10 | 151 | 41 | 38 |
| Octal | 327 | 105 | 175 | 0 | 104 | 52 | 20 | 521 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1111101 | 0 | 1000100 | 101010 | 10000 | 101010001 | 1000001 | 111000 |
Color Harmonies of #D7457D
Complementary color
Monochromatic Colors of #D7457D
Black with #D7457D
Text Example
Text Example
White with #D7457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7457D; }
p { color: rgb(215,69,125); }
H1.HeaderClassName
{
color: #D7457D;
}
.AnyTagClassName
{
color: #D7457D;
}
</style>
background-color css
<style>
a { background-color: #D7457D; }
a { background-color: rgb(215,69,125); }
div.DivClassName
{
background-color: #D7457D;
}
.BgClassName
{
background-color: #D7457D;
}
</style>
border-color css
<style>
span { border-color: #D7457D; }
span { border-color: rgb(215,69,125); }
td.TdClassName
{
border-color: #D7457D;
}
.TagClassName
{
border-color: #D7457D;
}
</style>