#D27096

Color #D27096 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D27096

Tints of Hopbush #D27096

Color information

#D27096 (or 0xD27096) is unknown color: approx Hopbush. HEX triplet: D2, 70 and 96. RGB value is (210,112,150). Sum of RGB (Red+Green+Blue) = 210+112+150=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27096 is #2D8F69. Grayscale: #919191. Windows color (decimal): -2985834 or 9859282. OLE color: 9859282.

HSL color Cylindrical-coordinate representation of color #D27096: hue angle of 336.73º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27096 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210112150-
CMYK00.470.290.18
HSL336.73º52.13%63.14%-
HSV(B)336.73º46.67%82.35%-
XYZ37.8827.4932.16-
YUV145.63130.47173.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=44.49%
G=23.73%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011215000.470.290.18336.7352.1363.14
HexD2709602F1D12151343f
Octal32216022605735225216477
Binary1101001011100001001011001011111110110010101010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27096; }

 p { color: rgb(210,112,150); }

 H1.HeaderClassName
 {
   color: #D27096;
 }
 .AnyTagClassName
 {
   color: #D27096;
 }
</style>
background-color css

<style>
 a { background-color: #D27096; }

 a { background-color: rgb(210,112,150); }

 div.DivClassName
 {
   background-color: #D27096;
 }
 .BgClassName
 {
   background-color: #D27096;
 }
</style>
border-color css

<style>
 span { border-color: #D27096; }

 span { border-color: rgb(210,112,150); }

 td.TdClassName
 {
   border-color: #D27096;
 }
 .TagClassName
 {
   border-color: #D27096;
 }
</style>