Shades of Hopbush #D45D88
Tints of Hopbush #D45D88
RGB
CMYK
RGB Variations
Color information
#D45D88 (or 0xD45D88) is known color: Hopbush. HEX triplet: D4, 5D and 88. RGB value is (212,93,136). Sum of RGB (Red+Green+Blue) = 212+93+136=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45D88 is #2BA277. Grayscale: #858585. Windows color (decimal): -2859640 or 8936916. OLE color: 8936916.
HSL color Cylindrical-coordinate representation of color #D45D88: hue angle of 338.32º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45D88 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 136 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.17 |
| HSL | 338.32º | 0.58% | 0.6% | - |
| HSV(B) | 338.32º | 0.56% | 0.83% | - |
| XYZ | 35.51 | 23.6 | 25.98 | - |
| YUV | 133.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 136 | 0 | 0.56 | 0.36 | 0.17 | 338.32 | 0.58 | 0.6 |
| Hex | D4 | 5D | 88 | 0 | 38 | 24 | 11 | 152 | 3A | 3C |
| Octal | 324 | 135 | 210 | 0 | 70 | 44 | 21 | 522 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10001000 | 0 | 111000 | 100100 | 10001 | 101010010 | 111010 | 111100 |
Color Harmonies of #D45D88
Complementary color
Monochromatic Colors of #D45D88
Black with #D45D88
Text Example
Text Example
White with #D45D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D88; }
p { color: rgb(212,93,136); }
H1.HeaderClassName
{
color: #D45D88;
}
.AnyTagClassName
{
color: #D45D88;
}
</style>
background-color css
<style>
a { background-color: #D45D88; }
a { background-color: rgb(212,93,136); }
div.DivClassName
{
background-color: #D45D88;
}
.BgClassName
{
background-color: #D45D88;
}
</style>
border-color css
<style>
span { border-color: #D45D88; }
span { border-color: rgb(212,93,136); }
td.TdClassName
{
border-color: #D45D88;
}
.TagClassName
{
border-color: #D45D88;
}
</style>