Shades of Hopbush #D362AF
Tints of Hopbush #D362AF
RGB
CMYK
RGB Variations
Color information
#D362AF (or 0xD362AF) is known color: Hopbush. HEX triplet: D3, 62 and AF. RGB value is (211,98,175). Sum of RGB (Red+Green+Blue) = 211+98+175=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D362AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D362AF is #2C9D50. Grayscale: #8C8C8C. Windows color (decimal): -2923857 or 11494099. OLE color: 11494099.
HSL color Cylindrical-coordinate representation of color #D362AF: hue angle of 319.12º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362AF is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 175 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.17 |
| HSL | 319.12º | 0.56% | 0.61% | - |
| HSV(B) | 319.12º | 0.54% | 0.83% | - |
| XYZ | 38.97 | 25.68 | 43.46 | - |
| YUV | 140.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 175 | 0 | 0.54 | 0.17 | 0.17 | 319.12 | 0.56 | 0.61 |
| Hex | D3 | 62 | AF | 0 | 36 | 11 | 11 | 13F | 38 | 3D |
| Octal | 323 | 142 | 257 | 0 | 66 | 21 | 21 | 477 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10101111 | 0 | 110110 | 10001 | 10001 | 100111111 | 111000 | 111101 |
Color Harmonies of #D362AF
Complementary color
Monochromatic Colors of #D362AF
Black with #D362AF
Text Example
Text Example
White with #D362AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362AF; }
p { color: rgb(211,98,175); }
H1.HeaderClassName
{
color: #D362AF;
}
.AnyTagClassName
{
color: #D362AF;
}
</style>
background-color css
<style>
a { background-color: #D362AF; }
a { background-color: rgb(211,98,175); }
div.DivClassName
{
background-color: #D362AF;
}
.BgClassName
{
background-color: #D362AF;
}
</style>
border-color css
<style>
span { border-color: #D362AF; }
span { border-color: rgb(211,98,175); }
td.TdClassName
{
border-color: #D362AF;
}
.TagClassName
{
border-color: #D362AF;
}
</style>