Shades of Cranberry #D34378
Tints of Cranberry #D34378
RGB
CMYK
RGB Variations
Color information
#D34378 (or 0xD34378) is known color: Cranberry. HEX triplet: D3, 43 and 78. RGB value is (211,67,120). Sum of RGB (Red+Green+Blue) = 211+67+120=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D34378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34378 is #2CBC87. Grayscale: #747474. Windows color (decimal): -2931848 or 7881683. OLE color: 7881683.
HSL color Cylindrical-coordinate representation of color #D34378: hue angle of 337.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34378 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 120 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.17 |
| HSL | 337.92º | 0.62% | 0.55% | - |
| HSV(B) | 337.92º | 0.68% | 0.83% | - |
| XYZ | 32.26 | 19.22 | 19.78 | - |
| YUV | 116.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 120 | 0 | 0.68 | 0.43 | 0.17 | 337.92 | 0.62 | 0.55 |
| Hex | D3 | 43 | 78 | 0 | 44 | 2B | 11 | 152 | 3E | 37 |
| Octal | 323 | 103 | 170 | 0 | 104 | 53 | 21 | 522 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1111000 | 0 | 1000100 | 101011 | 10001 | 101010010 | 111110 | 110111 |
Color Harmonies of #D34378
Complementary color
Monochromatic Colors of #D34378
Black with #D34378
Text Example
Text Example
White with #D34378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34378; }
p { color: rgb(211,67,120); }
H1.HeaderClassName
{
color: #D34378;
}
.AnyTagClassName
{
color: #D34378;
}
</style>
background-color css
<style>
a { background-color: #D34378; }
a { background-color: rgb(211,67,120); }
div.DivClassName
{
background-color: #D34378;
}
.BgClassName
{
background-color: #D34378;
}
</style>
border-color css
<style>
span { border-color: #D34378; }
span { border-color: rgb(211,67,120); }
td.TdClassName
{
border-color: #D34378;
}
.TagClassName
{
border-color: #D34378;
}
</style>