Html Css Color HEX #D477AA Hopbush

📋 copy color: '#D477AA'

red 212 ◦ green 119 ◦ blue 170

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

Shades of Hopbush #D477AA

Tints of Hopbush #D477AA

RGB

 RED value IS 212 (83.2% from 255) = 42.32%

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 42.32%
G = 23.75%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D477AA (or 0xD477AA) is known color: Hopbush. HEX triplet: D4, 77 and AA. RGB value is (212,119,170). Sum of RGB (Red+Green+Blue) = 212+119+170=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D477AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D477AA is #2B8855. Grayscale: #989898. Windows color (decimal): -2852950 or 11171796. OLE color: 11171796.

HSL color Cylindrical-coordinate representation of color #D477AA: hue angle of 327.1º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477AA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 170 -
CMYK 0 0.44 0.20 0.17
HSL 327.1º 0.52% 0.65% -
HSV(B) 327.1º 0.44% 0.83% -
XYZ 41 30.09 41.68 -
YUV 152.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 212 119 170 0 0.44 0.20 0.17 327.1 0.52 0.65
Hex D4 77 AA 0 2C 14 11 147 34 41
Octal 324 167 252 0 54 24 21 507 64 101
Binary 11010100 1110111 10101010 0 101100 10100 10001 101000111 110100 1000001

Color Harmonies of #D477AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D477AA

Black with #D477AA

Text Example


Text Example

White with #D477AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D477AA; }

 p { color: rgb(212,119,170); }

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

background-color css

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

 a { background-color: rgb(212,119,170); }

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

border-color css

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

 span { border-color: rgb(212,119,170); }

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