Html Css Color HEX #D077A1 Hopbush

📋 copy color: '#D077A1'

red 208 ◦ green 119 ◦ blue 161

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

Shades of Hopbush #D077A1

Tints of Hopbush #D077A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 42.62%
G = 24.39%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D077A1 (or 0xD077A1) is known color: Hopbush. HEX triplet: D0, 77 and A1. RGB value is (208,119,161). Sum of RGB (Red+Green+Blue) = 208+119+161=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D077A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077A1 is #2F885E. Grayscale: #969696. Windows color (decimal): -3115103 or 10581968. OLE color: 10581968.

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

Color convert

RGB 208 119 161 -
CMYK 0 0.43 0.23 0.18
HSL 331.69º 0.49% 0.64% -
HSV(B) 331.69º 0.43% 0.82% -
XYZ 39.04 29.18 37.29 -
YUV 150.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 208 119 161 0 0.43 0.23 0.18 331.69 0.49 0.64
Hex D0 77 A1 0 2B 17 12 14C 31 40
Octal 320 167 241 0 53 27 22 514 61 100
Binary 11010000 1110111 10100001 0 101011 10111 10010 101001100 110001 1000000

Color Harmonies of #D077A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077A1

Black with #D077A1

Text Example


Text Example

White with #D077A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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