Shades of Hopbush #CD608D
Tints of Hopbush #CD608D
RGB
CMYK
RGB Variations
Color information
#CD608D (or 0xCD608D) is known color: Hopbush. HEX triplet: CD, 60 and 8D. RGB value is (205,96,141). Sum of RGB (Red+Green+Blue) = 205+96+141=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD608D is #329F72. Grayscale: #858585. Windows color (decimal): -3317619 or 9265357. OLE color: 9265357.
HSL color Cylindrical-coordinate representation of color #CD608D: hue angle of 335.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD608D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 141 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.20 |
| HSL | 335.23º | 0.52% | 0.59% | - |
| HSV(B) | 335.23º | 0.53% | 0.8% | - |
| XYZ | 34.17 | 23.27 | 27.89 | - |
| YUV | 133.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 141 | 0 | 0.53 | 0.31 | 0.20 | 335.23 | 0.52 | 0.59 |
| Hex | CD | 60 | 8D | 0 | 35 | 1F | 14 | 14F | 34 | 3B |
| Octal | 315 | 140 | 215 | 0 | 65 | 37 | 24 | 517 | 64 | 73 |
| Binary | 11001101 | 1100000 | 10001101 | 0 | 110101 | 11111 | 10100 | 101001111 | 110100 | 111011 |
Color Harmonies of #CD608D
Complementary color
Monochromatic Colors of #CD608D
Black with #CD608D
Text Example
Text Example
White with #CD608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD608D; }
p { color: rgb(205,96,141); }
H1.HeaderClassName
{
color: #CD608D;
}
.AnyTagClassName
{
color: #CD608D;
}
</style>
background-color css
<style>
a { background-color: #CD608D; }
a { background-color: rgb(205,96,141); }
div.DivClassName
{
background-color: #CD608D;
}
.BgClassName
{
background-color: #CD608D;
}
</style>
border-color css
<style>
span { border-color: #CD608D; }
span { border-color: rgb(205,96,141); }
td.TdClassName
{
border-color: #CD608D;
}
.TagClassName
{
border-color: #CD608D;
}
</style>