Shades of Hopbush #D25D93
Tints of Hopbush #D25D93
RGB
CMYK
RGB Variations
Color information
#D25D93 (or 0xD25D93) is known color: Hopbush. HEX triplet: D2, 5D and 93. RGB value is (210,93,147). Sum of RGB (Red+Green+Blue) = 210+93+147=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D93 is #2DA26C. Grayscale: #868686. Windows color (decimal): -2990701 or 9657810. OLE color: 9657810.
HSL color Cylindrical-coordinate representation of color #D25D93: hue angle of 332.31º 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 #D25D93 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 147 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.18 |
| HSL | 332.31º | 0.57% | 0.59% | - |
| HSV(B) | 332.31º | 0.56% | 0.82% | - |
| XYZ | 35.76 | 23.64 | 30.28 | - |
| YUV | 134.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 147 | 0 | 0.56 | 0.30 | 0.18 | 332.31 | 0.57 | 0.59 |
| Hex | D2 | 5D | 93 | 0 | 38 | 1E | 12 | 14C | 39 | 3B |
| Octal | 322 | 135 | 223 | 0 | 70 | 36 | 22 | 514 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10010011 | 0 | 111000 | 11110 | 10010 | 101001100 | 111001 | 111011 |
Color Harmonies of #D25D93
Complementary color
Monochromatic Colors of #D25D93
Black with #D25D93
Text Example
Text Example
White with #D25D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D93; }
p { color: rgb(210,93,147); }
H1.HeaderClassName
{
color: #D25D93;
}
.AnyTagClassName
{
color: #D25D93;
}
</style>
background-color css
<style>
a { background-color: #D25D93; }
a { background-color: rgb(210,93,147); }
div.DivClassName
{
background-color: #D25D93;
}
.BgClassName
{
background-color: #D25D93;
}
</style>
border-color css
<style>
span { border-color: #D25D93; }
span { border-color: rgb(210,93,147); }
td.TdClassName
{
border-color: #D25D93;
}
.TagClassName
{
border-color: #D25D93;
}
</style>