Html Css Color HEX #D077B1 Hopbush

📋 copy color: '#D077B1'

red 208 ◦ green 119 ◦ blue 177

#D077B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D077B1

Tints of Hopbush #D077B1

RGB

 RED value IS 208 (81.64% from 255) = 41.27%

 GREEN value IS 119 (46.88% from 255) = 23.61%

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 41.27%
G = 23.61%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D077B1 (or 0xD077B1) is known color: Hopbush. HEX triplet: D0, 77 and B1. RGB value is (208,119,177). Sum of RGB (Red+Green+Blue) = 208+119+177=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077B1 is #2F884E. Grayscale: #989898. Windows color (decimal): -3115087 or 11630544. OLE color: 11630544.

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

Color convert

RGB 208 119 177 -
CMYK 0 0.43 0.15 0.18
HSL 320.9º 0.49% 0.64% -
HSV(B) 320.9º 0.43% 0.82% -
XYZ 40.55 29.78 45.21 -
YUV 152.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 208 119 177 0 0.43 0.15 0.18 320.9 0.49 0.64
Hex D0 77 B1 0 2B F 12 141 31 40
Octal 320 167 261 0 53 17 22 501 61 100
Binary 11010000 1110111 10110001 0 101011 1111 10010 101000001 110001 1000000

Color Harmonies of #D077B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077B1

Black with #D077B1

Text Example


Text Example

White with #D077B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077B1; }

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

 H1.HeaderClassName
 {
   color: #D077B1;
 }
 .AnyTagClassName
 {
   color: #D077B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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