Shades of Cranberry #D55C7D
Tints of Cranberry #D55C7D
RGB
CMYK
RGB Variations
Color information
#D55C7D (or 0xD55C7D) is known color: Cranberry. HEX triplet: D5, 5C and 7D. RGB value is (213,92,125). Sum of RGB (Red+Green+Blue) = 213+92+125=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C7D is #2AA382. Grayscale: #838383. Windows color (decimal): -2794371 or 8215765. OLE color: 8215765.
HSL color Cylindrical-coordinate representation of color #D55C7D: hue angle of 343.64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C7D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 125 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.16 |
| HSL | 343.64º | 0.59% | 0.6% | - |
| HSV(B) | 343.64º | 0.57% | 0.84% | - |
| XYZ | 34.97 | 23.28 | 22.05 | - |
| YUV | 131.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 125 | 0 | 0.57 | 0.41 | 0.16 | 343.64 | 0.59 | 0.6 |
| Hex | D5 | 5C | 7D | 0 | 39 | 29 | 10 | 158 | 3B | 3C |
| Octal | 325 | 134 | 175 | 0 | 71 | 51 | 20 | 530 | 73 | 74 |
| Binary | 11010101 | 1011100 | 1111101 | 0 | 111001 | 101001 | 10000 | 101011000 | 111011 | 111100 |
Color Harmonies of #D55C7D
Complementary color
Monochromatic Colors of #D55C7D
Black with #D55C7D
Text Example
Text Example
White with #D55C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C7D; }
p { color: rgb(213,92,125); }
H1.HeaderClassName
{
color: #D55C7D;
}
.AnyTagClassName
{
color: #D55C7D;
}
</style>
background-color css
<style>
a { background-color: #D55C7D; }
a { background-color: rgb(213,92,125); }
div.DivClassName
{
background-color: #D55C7D;
}
.BgClassName
{
background-color: #D55C7D;
}
</style>
border-color css
<style>
span { border-color: #D55C7D; }
span { border-color: rgb(213,92,125); }
td.TdClassName
{
border-color: #D55C7D;
}
.TagClassName
{
border-color: #D55C7D;
}
</style>