Shades of Cranberry #D74584
Tints of Cranberry #D74584
RGB
CMYK
RGB Variations
Color information
#D74584 (or 0xD74584) is known color: Cranberry. HEX triplet: D7, 45 and 84. RGB value is (215,69,132). Sum of RGB (Red+Green+Blue) = 215+69+132=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D74584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74584 is #28BA7B. Grayscale: #777777. Windows color (decimal): -2669180 or 8668631. OLE color: 8668631.
HSL color Cylindrical-coordinate representation of color #D74584: hue angle of 334.11º 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 #D74584 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 132 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.16 |
| HSL | 334.11º | 0.65% | 0.56% | - |
| HSV(B) | 334.11º | 0.68% | 0.84% | - |
| XYZ | 34.32 | 20.37 | 23.95 | - |
| YUV | 119.84 | 134.87 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 132 | 0 | 0.68 | 0.39 | 0.16 | 334.11 | 0.65 | 0.56 |
| Hex | D7 | 45 | 84 | 0 | 44 | 27 | 10 | 14E | 41 | 38 |
| Octal | 327 | 105 | 204 | 0 | 104 | 47 | 20 | 516 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10000100 | 0 | 1000100 | 100111 | 10000 | 101001110 | 1000001 | 111000 |
Color Harmonies of #D74584
Complementary color
Monochromatic Colors of #D74584
Black with #D74584
Text Example
Text Example
White with #D74584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74584; }
p { color: rgb(215,69,132); }
H1.HeaderClassName
{
color: #D74584;
}
.AnyTagClassName
{
color: #D74584;
}
</style>
background-color css
<style>
a { background-color: #D74584; }
a { background-color: rgb(215,69,132); }
div.DivClassName
{
background-color: #D74584;
}
.BgClassName
{
background-color: #D74584;
}
</style>
border-color css
<style>
span { border-color: #D74584; }
span { border-color: rgb(215,69,132); }
td.TdClassName
{
border-color: #D74584;
}
.TagClassName
{
border-color: #D74584;
}
</style>