Html Css Color HEX #D676AC Hopbush

📋 copy color: '#D676AC'

red 214 ◦ green 118 ◦ blue 172

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

Shades of Hopbush #D676AC

Tints of Hopbush #D676AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 42.46%
G = 23.41%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D676AC (or 0xD676AC) is known color: Hopbush. HEX triplet: D6, 76 and AC. RGB value is (214,118,172). Sum of RGB (Red+Green+Blue) = 214+118+172=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D676AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676AC is #298953. Grayscale: #989898. Windows color (decimal): -2722132 or 11302614. OLE color: 11302614.

HSL color Cylindrical-coordinate representation of color #D676AC: hue angle of 326.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 #D676AC is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 172 -
CMYK 0 0.45 0.20 0.16
HSL 326.25º 0.54% 0.65% -
HSV(B) 326.25º 0.45% 0.84% -
XYZ 41.66 30.23 42.67 -
YUV 152.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 214 118 172 0 0.45 0.20 0.16 326.25 0.54 0.65
Hex D6 76 AC 0 2D 14 10 146 36 41
Octal 326 166 254 0 55 24 20 506 66 101
Binary 11010110 1110110 10101100 0 101101 10100 10000 101000110 110110 1000001

Color Harmonies of #D676AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676AC

Black with #D676AC

Text Example


Text Example

White with #D676AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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