Shades of Cranberry #CD527D
Tints of Cranberry #CD527D
RGB
CMYK
RGB Variations
Color information
#CD527D (or 0xCD527D) is known color: Cranberry. HEX triplet: CD, 52 and 7D. RGB value is (205,82,125). Sum of RGB (Red+Green+Blue) = 205+82+125=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD527D is #32AD82. Grayscale: #7B7B7B. Windows color (decimal): -3321219 or 8213197. OLE color: 8213197.
HSL color Cylindrical-coordinate representation of color #CD527D: hue angle of 339.02º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD527D is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 125 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.20 |
| HSL | 339.02º | 0.55% | 0.56% | - |
| HSV(B) | 339.02º | 0.6% | 0.8% | - |
| XYZ | 31.9 | 20.49 | 21.68 | - |
| YUV | 123.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 125 | 0 | 0.6 | 0.39 | 0.20 | 339.02 | 0.55 | 0.56 |
| Hex | CD | 52 | 7D | 0 | 3C | 27 | 14 | 153 | 37 | 38 |
| Octal | 315 | 122 | 175 | 0 | 74 | 47 | 24 | 523 | 67 | 70 |
| Binary | 11001101 | 1010010 | 1111101 | 0 | 111100 | 100111 | 10100 | 101010011 | 110111 | 111000 |
Color Harmonies of #CD527D
Complementary color
Monochromatic Colors of #CD527D
Black with #CD527D
Text Example
Text Example
White with #CD527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD527D; }
p { color: rgb(205,82,125); }
H1.HeaderClassName
{
color: #CD527D;
}
.AnyTagClassName
{
color: #CD527D;
}
</style>
background-color css
<style>
a { background-color: #CD527D; }
a { background-color: rgb(205,82,125); }
div.DivClassName
{
background-color: #CD527D;
}
.BgClassName
{
background-color: #CD527D;
}
</style>
border-color css
<style>
span { border-color: #CD527D; }
span { border-color: rgb(205,82,125); }
td.TdClassName
{
border-color: #CD527D;
}
.TagClassName
{
border-color: #CD527D;
}
</style>