Shades of Cranberry #D74B7B
Tints of Cranberry #D74B7B
RGB
CMYK
RGB Variations
Color information
#D74B7B (or 0xD74B7B) is known color: Cranberry. HEX triplet: D7, 4B and 7B. RGB value is (215,75,123). Sum of RGB (Red+Green+Blue) = 215+75+123=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B7B is #28B484. Grayscale: #7A7A7A. Windows color (decimal): -2667653 or 8080343. OLE color: 8080343.
HSL color Cylindrical-coordinate representation of color #D74B7B: hue angle of 339.43º 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 #D74B7B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 123 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.16 |
| HSL | 339.43º | 0.64% | 0.57% | - |
| HSV(B) | 339.43º | 0.65% | 0.84% | - |
| XYZ | 34.12 | 20.91 | 20.98 | - |
| YUV | 122.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 123 | 0 | 0.65 | 0.43 | 0.16 | 339.43 | 0.64 | 0.57 |
| Hex | D7 | 4B | 7B | 0 | 41 | 2B | 10 | 153 | 40 | 39 |
| Octal | 327 | 113 | 173 | 0 | 101 | 53 | 20 | 523 | 100 | 71 |
| Binary | 11010111 | 1001011 | 1111011 | 0 | 1000001 | 101011 | 10000 | 101010011 | 1000000 | 111001 |
Color Harmonies of #D74B7B
Complementary color
Monochromatic Colors of #D74B7B
Black with #D74B7B
Text Example
Text Example
White with #D74B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74B7B; }
p { color: rgb(215,75,123); }
H1.HeaderClassName
{
color: #D74B7B;
}
.AnyTagClassName
{
color: #D74B7B;
}
</style>
background-color css
<style>
a { background-color: #D74B7B; }
a { background-color: rgb(215,75,123); }
div.DivClassName
{
background-color: #D74B7B;
}
.BgClassName
{
background-color: #D74B7B;
}
</style>
border-color css
<style>
span { border-color: #D74B7B; }
span { border-color: rgb(215,75,123); }
td.TdClassName
{
border-color: #D74B7B;
}
.TagClassName
{
border-color: #D74B7B;
}
</style>