Shades of Cranberry #D35380
Tints of Cranberry #D35380
RGB
CMYK
RGB Variations
Color information
#D35380 (or 0xD35380) is known color: Cranberry. HEX triplet: D3, 53 and 80. RGB value is (211,83,128). Sum of RGB (Red+Green+Blue) = 211+83+128=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D35380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35380 is #2CAC7F. Grayscale: #7E7E7E. Windows color (decimal): -2927744 or 8410067. OLE color: 8410067.
HSL color Cylindrical-coordinate representation of color #D35380: hue angle of 338.91º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35380 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 128 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.17 |
| HSL | 338.91º | 0.59% | 0.58% | - |
| HSV(B) | 338.91º | 0.61% | 0.83% | - |
| XYZ | 33.85 | 21.59 | 22.81 | - |
| YUV | 126.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 128 | 0 | 0.61 | 0.39 | 0.17 | 338.91 | 0.59 | 0.58 |
| Hex | D3 | 53 | 80 | 0 | 3D | 27 | 11 | 153 | 3B | 3A |
| Octal | 323 | 123 | 200 | 0 | 75 | 47 | 21 | 523 | 73 | 72 |
| Binary | 11010011 | 1010011 | 10000000 | 0 | 111101 | 100111 | 10001 | 101010011 | 111011 | 111010 |
Color Harmonies of #D35380
Complementary color
Monochromatic Colors of #D35380
Black with #D35380
Text Example
Text Example
White with #D35380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35380; }
p { color: rgb(211,83,128); }
H1.HeaderClassName
{
color: #D35380;
}
.AnyTagClassName
{
color: #D35380;
}
</style>
background-color css
<style>
a { background-color: #D35380; }
a { background-color: rgb(211,83,128); }
div.DivClassName
{
background-color: #D35380;
}
.BgClassName
{
background-color: #D35380;
}
</style>
border-color css
<style>
span { border-color: #D35380; }
span { border-color: rgb(211,83,128); }
td.TdClassName
{
border-color: #D35380;
}
.TagClassName
{
border-color: #D35380;
}
</style>