#D277B1

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

Shades of Hopbush #D277B1

Tints of Hopbush #D277B1

Color information

#D277B1 (or 0xD277B1) is unknown color: approx Hopbush. HEX triplet: D2, 77 and B1. RGB value is (210,119,177). Sum of RGB (Red+Green+Blue) = 210+119+177=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D277B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277B1 is #2D884E. Grayscale: #989898. Windows color (decimal): -2984015 or 11630546. OLE color: 11630546.

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

Color convert

RGB210119177-
CMYK00.430.160.18
HSL321.76º50.28%64.51%-
HSV(B)321.76º43.33%82.35%-
XYZ41.1130.0745.23-
YUV152.82141.65168.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=41.50%
G=23.52%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011917700.430.160.18321.7650.2864.51
HexD277B102B10121423241
Octal322167261053202250262101
Binary11010010111011110110001010101110000100101010000101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277B1; }

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

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

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

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

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

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

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

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