Shades of Hopbush #D0638F
Tints of Hopbush #D0638F
RGB
CMYK
RGB Variations
Color information
#D0638F (or 0xD0638F) is known color: Hopbush. HEX triplet: D0, 63 and 8F. RGB value is (208,99,143). Sum of RGB (Red+Green+Blue) = 208+99+143=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0638F is #2F9C70. Grayscale: #888888. Windows color (decimal): -3120241 or 9397200. OLE color: 9397200.
HSL color Cylindrical-coordinate representation of color #D0638F: hue angle of 335.78º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0638F is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 143 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.18 |
| HSL | 335.78º | 0.54% | 0.6% | - |
| HSV(B) | 335.78º | 0.52% | 0.82% | - |
| XYZ | 35.43 | 24.32 | 28.81 | - |
| YUV | 136.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 143 | 0 | 0.52 | 0.31 | 0.18 | 335.78 | 0.54 | 0.6 |
| Hex | D0 | 63 | 8F | 0 | 34 | 1F | 12 | 150 | 36 | 3C |
| Octal | 320 | 143 | 217 | 0 | 64 | 37 | 22 | 520 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10001111 | 0 | 110100 | 11111 | 10010 | 101010000 | 110110 | 111100 |
Color Harmonies of #D0638F
Complementary color
Monochromatic Colors of #D0638F
Black with #D0638F
Text Example
Text Example
White with #D0638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0638F; }
p { color: rgb(208,99,143); }
H1.HeaderClassName
{
color: #D0638F;
}
.AnyTagClassName
{
color: #D0638F;
}
</style>
background-color css
<style>
a { background-color: #D0638F; }
a { background-color: rgb(208,99,143); }
div.DivClassName
{
background-color: #D0638F;
}
.BgClassName
{
background-color: #D0638F;
}
</style>
border-color css
<style>
span { border-color: #D0638F; }
span { border-color: rgb(208,99,143); }
td.TdClassName
{
border-color: #D0638F;
}
.TagClassName
{
border-color: #D0638F;
}
</style>