Shades of Cranberry #DD537B
Tints of Cranberry #DD537B
RGB
CMYK
RGB Variations
Color information
#DD537B (or 0xDD537B) is known color: Cranberry. HEX triplet: DD, 53 and 7B. RGB value is (221,83,123). Sum of RGB (Red+Green+Blue) = 221+83+123=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD537B is #22AC84. Grayscale: #808080. Windows color (decimal): -2272389 or 8082397. OLE color: 8082397.
HSL color Cylindrical-coordinate representation of color #DD537B: hue angle of 342.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD537B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 83 | 123 | - |
CMYK | 0 | 0.62 | 0.44 | 0.13 |
HSL | 342.61º | 0.67% | 0.6% | - |
HSV(B) | 342.61º | 0.62% | 0.87% | - |
XYZ | 36.49 | 22.99 | 21.25 | - |
YUV | 128.82 | 124.72 | 193.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 83 | 123 | 0 | 0.62 | 0.44 | 0.13 | 342.61 | 0.67 | 0.6 |
Hex | DD | 53 | 7B | 0 | 3E | 2C | D | 157 | 43 | 3C |
Octal | 335 | 123 | 173 | 0 | 76 | 54 | 15 | 527 | 103 | 74 |
Binary | 11011101 | 1010011 | 1111011 | 0 | 111110 | 101100 | 1101 | 101010111 | 1000011 | 111100 |
Color Harmonies of #DD537B
Complementary color
Monochromatic Colors of #DD537B
Black with #DD537B
Text Example
Text Example
White with #DD537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD537B; }
p { color: rgb(221,83,123); }
H1.HeaderClassName
{
color: #DD537B;
}
.AnyTagClassName
{
color: #DD537B;
}
</style>
background-color css
<style>
a { background-color: #DD537B; }
a { background-color: rgb(221,83,123); }
div.DivClassName
{
background-color: #DD537B;
}
.BgClassName
{
background-color: #DD537B;
}
</style>
border-color css
<style>
span { border-color: #DD537B; }
span { border-color: rgb(221,83,123); }
td.TdClassName
{
border-color: #DD537B;
}
.TagClassName
{
border-color: #DD537B;
}
</style>