Shades of Cranberry #D35C7C
Tints of Cranberry #D35C7C
RGB
CMYK
RGB Variations
Color information
#D35C7C (or 0xD35C7C) is known color: Cranberry. HEX triplet: D3, 5C and 7C. RGB value is (211,92,124). Sum of RGB (Red+Green+Blue) = 211+92+124=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C7C is #2CA383. Grayscale: #838383. Windows color (decimal): -2925444 or 8150227. OLE color: 8150227.
HSL color Cylindrical-coordinate representation of color #D35C7C: hue angle of 343.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C7C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 124 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.17 |
| HSL | 343.87º | 0.57% | 0.59% | - |
| HSV(B) | 343.87º | 0.56% | 0.83% | - |
| XYZ | 34.33 | 22.96 | 21.69 | - |
| YUV | 131.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 124 | 0 | 0.56 | 0.41 | 0.17 | 343.87 | 0.57 | 0.59 |
| Hex | D3 | 5C | 7C | 0 | 38 | 29 | 11 | 158 | 39 | 3B |
| Octal | 323 | 134 | 174 | 0 | 70 | 51 | 21 | 530 | 71 | 73 |
| Binary | 11010011 | 1011100 | 1111100 | 0 | 111000 | 101001 | 10001 | 101011000 | 111001 | 111011 |
Color Harmonies of #D35C7C
Complementary color
Monochromatic Colors of #D35C7C
Black with #D35C7C
Text Example
Text Example
White with #D35C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C7C; }
p { color: rgb(211,92,124); }
H1.HeaderClassName
{
color: #D35C7C;
}
.AnyTagClassName
{
color: #D35C7C;
}
</style>
background-color css
<style>
a { background-color: #D35C7C; }
a { background-color: rgb(211,92,124); }
div.DivClassName
{
background-color: #D35C7C;
}
.BgClassName
{
background-color: #D35C7C;
}
</style>
border-color css
<style>
span { border-color: #D35C7C; }
span { border-color: rgb(211,92,124); }
td.TdClassName
{
border-color: #D35C7C;
}
.TagClassName
{
border-color: #D35C7C;
}
</style>