Html Css Color HEX #D677B0 Hopbush

📋 copy color: '#D677B0'

red 214 ◦ green 119 ◦ blue 176

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

Shades of Hopbush #D677B0

Tints of Hopbush #D677B0

RGB

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

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

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

R = 42.04%
G = 23.38%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D677B0 (or 0xD677B0) is known color: Hopbush. HEX triplet: D6, 77 and B0. RGB value is (214,119,176). Sum of RGB (Red+Green+Blue) = 214+119+176=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D677B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677B0 is #29884F. Grayscale: #999999. Windows color (decimal): -2721872 or 11565014. OLE color: 11565014.

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

Color convert

RGB 214 119 176 -
CMYK 0 0.44 0.18 0.16
HSL 324º 0.54% 0.65% -
HSV(B) 324º 0.44% 0.84% -
XYZ 42.16 30.62 44.76 -
YUV 153.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 214 119 176 0 0.44 0.18 0.16 324 0.54 0.65
Hex D6 77 B0 0 2C 12 10 144 36 41
Octal 326 167 260 0 54 22 20 504 66 101
Binary 11010110 1110111 10110000 0 101100 10010 10000 101000100 110110 1000001

Color Harmonies of #D677B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677B0

Black with #D677B0

Text Example


Text Example

White with #D677B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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