Shades of Cranberry #D3527A
Tints of Cranberry #D3527A
RGB
CMYK
RGB Variations
Color information
#D3527A (or 0xD3527A) is known color: Cranberry. HEX triplet: D3, 52 and 7A. RGB value is (211,82,122). Sum of RGB (Red+Green+Blue) = 211+82+122=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3527A is #2CAD85. Grayscale: #7D7D7D. Windows color (decimal): -2928006 or 8016595. OLE color: 8016595.
HSL color Cylindrical-coordinate representation of color #D3527A: hue angle of 341.4º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3527A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 122 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.17 |
| HSL | 341.4º | 0.59% | 0.57% | - |
| HSV(B) | 341.4º | 0.61% | 0.83% | - |
| XYZ | 33.39 | 21.29 | 20.76 | - |
| YUV | 125.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 122 | 0 | 0.61 | 0.42 | 0.17 | 341.4 | 0.59 | 0.57 |
| Hex | D3 | 52 | 7A | 0 | 3D | 2A | 11 | 155 | 3B | 39 |
| Octal | 323 | 122 | 172 | 0 | 75 | 52 | 21 | 525 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1111010 | 0 | 111101 | 101010 | 10001 | 101010101 | 111011 | 111001 |
Color Harmonies of #D3527A
Complementary color
Monochromatic Colors of #D3527A
Black with #D3527A
Text Example
Text Example
White with #D3527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3527A; }
p { color: rgb(211,82,122); }
H1.HeaderClassName
{
color: #D3527A;
}
.AnyTagClassName
{
color: #D3527A;
}
</style>
background-color css
<style>
a { background-color: #D3527A; }
a { background-color: rgb(211,82,122); }
div.DivClassName
{
background-color: #D3527A;
}
.BgClassName
{
background-color: #D3527A;
}
</style>
border-color css
<style>
span { border-color: #D3527A; }
span { border-color: rgb(211,82,122); }
td.TdClassName
{
border-color: #D3527A;
}
.TagClassName
{
border-color: #D3527A;
}
</style>