Html Css Color HEX #D676B0 Hopbush

📋 copy color: '#D676B0'

red 214 ◦ green 118 ◦ blue 176

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

Shades of Hopbush #D676B0

Tints of Hopbush #D676B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 42.13%
G = 23.23%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D676B0 (or 0xD676B0) is known color: Hopbush. HEX triplet: D6, 76 and B0. RGB value is (214,118,176). Sum of RGB (Red+Green+Blue) = 214+118+176=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676B0 is #29894F. Grayscale: #999999. Windows color (decimal): -2722128 or 11564758. OLE color: 11564758.

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

Color convert

RGB 214 118 176 -
CMYK 0 0.45 0.18 0.16
HSL 323.75º 0.54% 0.65% -
HSV(B) 323.75º 0.45% 0.84% -
XYZ 42.05 30.39 44.72 -
YUV 153.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 214 118 176 0 0.45 0.18 0.16 323.75 0.54 0.65
Hex D6 76 B0 0 2D 12 10 144 36 41
Octal 326 166 260 0 55 22 20 504 66 101
Binary 11010110 1110110 10110000 0 101101 10010 10000 101000100 110110 1000001

Color Harmonies of #D676B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B0

Black with #D676B0

Text Example


Text Example

White with #D676B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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