Shades of Cranberry #D04B7E
Tints of Cranberry #D04B7E
RGB
CMYK
RGB Variations
Color information
#D04B7E (or 0xD04B7E) is known color: Cranberry. HEX triplet: D0, 4B and 7E. RGB value is (208,75,126). Sum of RGB (Red+Green+Blue) = 208+75+126=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B7E is #2FB481. Grayscale: #787878. Windows color (decimal): -3126402 or 8276944. OLE color: 8276944.
HSL color Cylindrical-coordinate representation of color #D04B7E: hue angle of 336.99º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B7E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 126 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.18 |
| HSL | 336.99º | 0.59% | 0.55% | - |
| HSV(B) | 336.99º | 0.64% | 0.82% | - |
| XYZ | 32.29 | 19.95 | 21.89 | - |
| YUV | 120.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 126 | 0 | 0.64 | 0.39 | 0.18 | 336.99 | 0.59 | 0.55 |
| Hex | D0 | 4B | 7E | 0 | 40 | 27 | 12 | 151 | 3B | 37 |
| Octal | 320 | 113 | 176 | 0 | 100 | 47 | 22 | 521 | 73 | 67 |
| Binary | 11010000 | 1001011 | 1111110 | 0 | 1000000 | 100111 | 10010 | 101010001 | 111011 | 110111 |
Color Harmonies of #D04B7E
Complementary color
Monochromatic Colors of #D04B7E
Black with #D04B7E
Text Example
Text Example
White with #D04B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B7E; }
p { color: rgb(208,75,126); }
H1.HeaderClassName
{
color: #D04B7E;
}
.AnyTagClassName
{
color: #D04B7E;
}
</style>
background-color css
<style>
a { background-color: #D04B7E; }
a { background-color: rgb(208,75,126); }
div.DivClassName
{
background-color: #D04B7E;
}
.BgClassName
{
background-color: #D04B7E;
}
</style>
border-color css
<style>
span { border-color: #D04B7E; }
span { border-color: rgb(208,75,126); }
td.TdClassName
{
border-color: #D04B7E;
}
.TagClassName
{
border-color: #D04B7E;
}
</style>