#D277A0

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

Shades of Hopbush #D277A0

Tints of Hopbush #D277A0

Color information

#D277A0 (or 0xD277A0) is unknown color: approx Hopbush. HEX triplet: D2, 77 and A0. RGB value is (210,119,160). Sum of RGB (Red+Green+Blue) = 210+119+160=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D277A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277A0 is #2D885F. Grayscale: #969696. Windows color (decimal): -2984032 or 10516434. OLE color: 10516434.

HSL color Cylindrical-coordinate representation of color #D277A0: hue angle of 332.97º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277A0 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB210119160-
CMYK00.430.240.18
HSL332.97º50.28%64.51%-
HSV(B)332.97º43.33%82.35%-
XYZ39.5229.4336.86-
YUV150.88133.15170.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=42.94%
G=24.34%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011916000.430.240.18332.9750.2864.51
HexD277A002B181214d3241
Octal322167240053302251562101
Binary11010010111011110100000010101111000100101010011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277A0; }

 p { color: rgb(210,119,160); }

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

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

 a { background-color: rgb(210,119,160); }

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

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

 span { border-color: rgb(210,119,160); }

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