Html Css Color HEX #D676AB Hopbush

📋 copy color: '#D676AB'

red 214 ◦ green 118 ◦ blue 171

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

Shades of Hopbush #D676AB

Tints of Hopbush #D676AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 42.54%
G = 23.46%
B = 34%

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

#D676AB (or 0xD676AB) is known color: Hopbush. HEX triplet: D6, 76 and AB. RGB value is (214,118,171). Sum of RGB (Red+Green+Blue) = 214+118+171=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D676AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676AB is #298954. Grayscale: #989898. Windows color (decimal): -2722133 or 11237078. OLE color: 11237078.

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

Color convert

RGB 214 118 171 -
CMYK 0 0.45 0.20 0.16
HSL 326.88º 0.54% 0.65% -
HSV(B) 326.88º 0.45% 0.84% -
XYZ 41.56 30.19 42.17 -
YUV 152.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 214 118 171 0 0.45 0.20 0.16 326.88 0.54 0.65
Hex D6 76 AB 0 2D 14 10 147 36 41
Octal 326 166 253 0 55 24 20 507 66 101
Binary 11010110 1110110 10101011 0 101101 10100 10000 101000111 110110 1000001

Color Harmonies of #D676AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676AB

Black with #D676AB

Text Example


Text Example

White with #D676AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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