Shades of Hopbush #D270AF
Tints of Hopbush #D270AF
RGB
CMYK
RGB Variations
Color information
#D270AF (or 0xD270AF) is known color: Hopbush. HEX triplet: D2, 70 and AF. RGB value is (210,112,175). Sum of RGB (Red+Green+Blue) = 210+112+175=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D270AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D270AF is #2D8F50. Grayscale: #949494. Windows color (decimal): -2985809 or 11497682. OLE color: 11497682.
HSL color Cylindrical-coordinate representation of color #D270AF: hue angle of 321.43º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270AF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 175 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.18 |
| HSL | 321.43º | 0.52% | 0.63% | - |
| HSV(B) | 321.43º | 0.47% | 0.82% | - |
| XYZ | 40.11 | 28.39 | 43.92 | - |
| YUV | 148.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 175 | 0 | 0.47 | 0.17 | 0.18 | 321.43 | 0.52 | 0.63 |
| Hex | D2 | 70 | AF | 0 | 2F | 11 | 12 | 141 | 34 | 3F |
| Octal | 322 | 160 | 257 | 0 | 57 | 21 | 22 | 501 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10101111 | 0 | 101111 | 10001 | 10010 | 101000001 | 110100 | 111111 |
Color Harmonies of #D270AF
Complementary color
Monochromatic Colors of #D270AF
Black with #D270AF
Text Example
Text Example
White with #D270AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270AF; }
p { color: rgb(210,112,175); }
H1.HeaderClassName
{
color: #D270AF;
}
.AnyTagClassName
{
color: #D270AF;
}
</style>
background-color css
<style>
a { background-color: #D270AF; }
a { background-color: rgb(210,112,175); }
div.DivClassName
{
background-color: #D270AF;
}
.BgClassName
{
background-color: #D270AF;
}
</style>
border-color css
<style>
span { border-color: #D270AF; }
span { border-color: rgb(210,112,175); }
td.TdClassName
{
border-color: #D270AF;
}
.TagClassName
{
border-color: #D270AF;
}
</style>