Shades of Hopbush #D3669A
Tints of Hopbush #D3669A
RGB
CMYK
RGB Variations
Color information
#D3669A (or 0xD3669A) is known color: Hopbush. HEX triplet: D3, 66 and 9A. RGB value is (211,102,154). Sum of RGB (Red+Green+Blue) = 211+102+154=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3669A is #2C9965. Grayscale: #8C8C8C. Windows color (decimal): -2922854 or 10118867. OLE color: 10118867.
HSL color Cylindrical-coordinate representation of color #D3669A: hue angle of 331.38º 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 #D3669A is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 154 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.17 |
| HSL | 331.38º | 0.55% | 0.61% | - |
| HSV(B) | 331.38º | 0.52% | 0.83% | - |
| XYZ | 37.45 | 25.68 | 33.56 | - |
| YUV | 140.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 154 | 0 | 0.52 | 0.27 | 0.17 | 331.38 | 0.55 | 0.61 |
| Hex | D3 | 66 | 9A | 0 | 34 | 1B | 11 | 14B | 37 | 3D |
| Octal | 323 | 146 | 232 | 0 | 64 | 33 | 21 | 513 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10011010 | 0 | 110100 | 11011 | 10001 | 101001011 | 110111 | 111101 |
Color Harmonies of #D3669A
Complementary color
Monochromatic Colors of #D3669A
Black with #D3669A
Text Example
Text Example
White with #D3669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3669A; }
p { color: rgb(211,102,154); }
H1.HeaderClassName
{
color: #D3669A;
}
.AnyTagClassName
{
color: #D3669A;
}
</style>
background-color css
<style>
a { background-color: #D3669A; }
a { background-color: rgb(211,102,154); }
div.DivClassName
{
background-color: #D3669A;
}
.BgClassName
{
background-color: #D3669A;
}
</style>
border-color css
<style>
span { border-color: #D3669A; }
span { border-color: rgb(211,102,154); }
td.TdClassName
{
border-color: #D3669A;
}
.TagClassName
{
border-color: #D3669A;
}
</style>