Shades of Cranberry #D04378
Tints of Cranberry #D04378
RGB
CMYK
RGB Variations
Color information
#D04378 (or 0xD04378) is known color: Cranberry. HEX triplet: D0, 43 and 78. RGB value is (208,67,120). Sum of RGB (Red+Green+Blue) = 208+67+120=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04378 is #2FBC87. Grayscale: #737373. Windows color (decimal): -3128456 or 7881680. OLE color: 7881680.
HSL color Cylindrical-coordinate representation of color #D04378: hue angle of 337.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04378 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 120 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.18 |
| HSL | 337.45º | 0.6% | 0.54% | - |
| HSV(B) | 337.45º | 0.68% | 0.82% | - |
| XYZ | 31.41 | 18.78 | 19.74 | - |
| YUV | 115.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 120 | 0 | 0.68 | 0.42 | 0.18 | 337.45 | 0.6 | 0.54 |
| Hex | D0 | 43 | 78 | 0 | 44 | 2A | 12 | 151 | 3C | 36 |
| Octal | 320 | 103 | 170 | 0 | 104 | 52 | 22 | 521 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1111000 | 0 | 1000100 | 101010 | 10010 | 101010001 | 111100 | 110110 |
Color Harmonies of #D04378
Complementary color
Monochromatic Colors of #D04378
Black with #D04378
Text Example
Text Example
White with #D04378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04378; }
p { color: rgb(208,67,120); }
H1.HeaderClassName
{
color: #D04378;
}
.AnyTagClassName
{
color: #D04378;
}
</style>
background-color css
<style>
a { background-color: #D04378; }
a { background-color: rgb(208,67,120); }
div.DivClassName
{
background-color: #D04378;
}
.BgClassName
{
background-color: #D04378;
}
</style>
border-color css
<style>
span { border-color: #D04378; }
span { border-color: rgb(208,67,120); }
td.TdClassName
{
border-color: #D04378;
}
.TagClassName
{
border-color: #D04378;
}
</style>