Shades of Hopbush #D3668F
Tints of Hopbush #D3668F
RGB
CMYK
RGB Variations
Color information
#D3668F (or 0xD3668F) is known color: Hopbush. HEX triplet: D3, 66 and 8F. RGB value is (211,102,143). Sum of RGB (Red+Green+Blue) = 211+102+143=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3668F is #2C9970. Grayscale: #8B8B8B. Windows color (decimal): -2922865 or 9397971. OLE color: 9397971.
HSL color Cylindrical-coordinate representation of color #D3668F: hue angle of 337.43º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3668F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 143 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.17 |
| HSL | 337.43º | 0.55% | 0.61% | - |
| HSV(B) | 337.43º | 0.52% | 0.83% | - |
| XYZ | 36.57 | 25.33 | 28.95 | - |
| YUV | 139.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 143 | 0 | 0.52 | 0.32 | 0.17 | 337.43 | 0.55 | 0.61 |
| Hex | D3 | 66 | 8F | 0 | 34 | 20 | 11 | 151 | 37 | 3D |
| Octal | 323 | 146 | 217 | 0 | 64 | 40 | 21 | 521 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10001111 | 0 | 110100 | 100000 | 10001 | 101010001 | 110111 | 111101 |
Color Harmonies of #D3668F
Complementary color
Monochromatic Colors of #D3668F
Black with #D3668F
Text Example
Text Example
White with #D3668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3668F; }
p { color: rgb(211,102,143); }
H1.HeaderClassName
{
color: #D3668F;
}
.AnyTagClassName
{
color: #D3668F;
}
</style>
background-color css
<style>
a { background-color: #D3668F; }
a { background-color: rgb(211,102,143); }
div.DivClassName
{
background-color: #D3668F;
}
.BgClassName
{
background-color: #D3668F;
}
</style>
border-color css
<style>
span { border-color: #D3668F; }
span { border-color: rgb(211,102,143); }
td.TdClassName
{
border-color: #D3668F;
}
.TagClassName
{
border-color: #D3668F;
}
</style>