#D277AF

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

Shades of Hopbush #D277AF

Tints of Hopbush #D277AF

Color information

#D277AF (or 0xD277AF) is unknown color: approx Hopbush. HEX triplet: D2, 77 and AF. RGB value is (210,119,175). Sum of RGB (Red+Green+Blue) = 210+119+175=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D277AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277AF is #2D8850. Grayscale: #989898. Windows color (decimal): -2984017 or 11499474. OLE color: 11499474.

HSL color Cylindrical-coordinate representation of color #D277AF: hue angle of 323.08º 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 #D277AF is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210119175-
CMYK00.430.170.18
HSL323.08º50.28%64.51%-
HSV(B)323.08º43.33%82.35%-
XYZ40.9129.9944.19-
YUV152.59140.65168.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=41.67%
G=23.61%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011917500.430.170.18323.0850.2864.51
HexD277AF02B11121433241
Octal322167257053212250362101
Binary11010010111011110101111010101110001100101010000111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277AF; }

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

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

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

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

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

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

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

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