Html Css Color HEX #D676A4 Hopbush

📋 copy color: '#D676A4'

red 214 ◦ green 118 ◦ blue 164

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

Shades of Hopbush #D676A4

Tints of Hopbush #D676A4

RGB

 RED value IS 214 (83.98% from 255) = 43.15%

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 43.15%
G = 23.79%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D676A4 (or 0xD676A4) is known color: Hopbush. HEX triplet: D6, 76 and A4. RGB value is (214,118,164). Sum of RGB (Red+Green+Blue) = 214+118+164=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D676A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676A4 is #29895B. Grayscale: #979797. Windows color (decimal): -2722140 or 10778326. OLE color: 10778326.

HSL color Cylindrical-coordinate representation of color #D676A4: hue angle of 331.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676A4 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 164 -
CMYK 0 0.45 0.23 0.16
HSL 331.25º 0.54% 0.65% -
HSV(B) 331.25º 0.45% 0.84% -
XYZ 40.91 29.93 38.74 -
YUV 151.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 214 118 164 0 0.45 0.23 0.16 331.25 0.54 0.65
Hex D6 76 A4 0 2D 17 10 14B 36 41
Octal 326 166 244 0 55 27 20 513 66 101
Binary 11010110 1110110 10100100 0 101101 10111 10000 101001011 110110 1000001

Color Harmonies of #D676A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676A4

Black with #D676A4

Text Example


Text Example

White with #D676A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676A4; }

 p { color: rgb(214,118,164); }

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

background-color css

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

 a { background-color: rgb(214,118,164); }

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

border-color css

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

 span { border-color: rgb(214,118,164); }

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