Shades of Hopbush #D45F92
Tints of Hopbush #D45F92
RGB
CMYK
RGB Variations
Color information
#D45F92 (or 0xD45F92) is known color: Hopbush. HEX triplet: D4, 5F and 92. RGB value is (212,95,146). Sum of RGB (Red+Green+Blue) = 212+95+146=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45F92 is #2BA06D. Grayscale: #878787. Windows color (decimal): -2859118 or 9592788. OLE color: 9592788.
HSL color Cylindrical-coordinate representation of color #D45F92: hue angle of 333.85º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F92 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 146 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.17 |
| HSL | 333.85º | 0.58% | 0.6% | - |
| HSV(B) | 333.85º | 0.55% | 0.83% | - |
| XYZ | 36.43 | 24.26 | 29.96 | - |
| YUV | 135.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 146 | 0 | 0.55 | 0.31 | 0.17 | 333.85 | 0.58 | 0.6 |
| Hex | D4 | 5F | 92 | 0 | 37 | 1F | 11 | 14E | 3A | 3C |
| Octal | 324 | 137 | 222 | 0 | 67 | 37 | 21 | 516 | 72 | 74 |
| Binary | 11010100 | 1011111 | 10010010 | 0 | 110111 | 11111 | 10001 | 101001110 | 111010 | 111100 |
Color Harmonies of #D45F92
Complementary color
Monochromatic Colors of #D45F92
Black with #D45F92
Text Example
Text Example
White with #D45F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F92; }
p { color: rgb(212,95,146); }
H1.HeaderClassName
{
color: #D45F92;
}
.AnyTagClassName
{
color: #D45F92;
}
</style>
background-color css
<style>
a { background-color: #D45F92; }
a { background-color: rgb(212,95,146); }
div.DivClassName
{
background-color: #D45F92;
}
.BgClassName
{
background-color: #D45F92;
}
</style>
border-color css
<style>
span { border-color: #D45F92; }
span { border-color: rgb(212,95,146); }
td.TdClassName
{
border-color: #D45F92;
}
.TagClassName
{
border-color: #D45F92;
}
</style>