Shades of Hopbush #D25CA4
Tints of Hopbush #D25CA4
RGB
CMYK
RGB Variations
Color information
#D25CA4 (or 0xD25CA4) is known color: Hopbush. HEX triplet: D2, 5C and A4. RGB value is (210,92,164). Sum of RGB (Red+Green+Blue) = 210+92+164=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CA4 is #2DA35B. Grayscale: #878787. Windows color (decimal): -2990940 or 10771666. OLE color: 10771666.
HSL color Cylindrical-coordinate representation of color #D25CA4: hue angle of 323.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CA4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 164 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 323.39º | 0.57% | 0.59% | - |
| HSV(B) | 323.39º | 0.56% | 0.82% | - |
| XYZ | 37.11 | 24.04 | 37.81 | - |
| YUV | 135.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 164 | 0 | 0.56 | 0.22 | 0.18 | 323.39 | 0.57 | 0.59 |
| Hex | D2 | 5C | A4 | 0 | 38 | 16 | 12 | 143 | 39 | 3B |
| Octal | 322 | 134 | 244 | 0 | 70 | 26 | 22 | 503 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10100100 | 0 | 111000 | 10110 | 10010 | 101000011 | 111001 | 111011 |
Color Harmonies of #D25CA4
Complementary color
Monochromatic Colors of #D25CA4
Black with #D25CA4
Text Example
Text Example
White with #D25CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CA4; }
p { color: rgb(210,92,164); }
H1.HeaderClassName
{
color: #D25CA4;
}
.AnyTagClassName
{
color: #D25CA4;
}
</style>
background-color css
<style>
a { background-color: #D25CA4; }
a { background-color: rgb(210,92,164); }
div.DivClassName
{
background-color: #D25CA4;
}
.BgClassName
{
background-color: #D25CA4;
}
</style>
border-color css
<style>
span { border-color: #D25CA4; }
span { border-color: rgb(210,92,164); }
td.TdClassName
{
border-color: #D25CA4;
}
.TagClassName
{
border-color: #D25CA4;
}
</style>