Html Css Color HEX #D679B0 Hopbush

📋 copy color: '#D679B0'

red 214 ◦ green 121 ◦ blue 176

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

Shades of Hopbush #D679B0

Tints of Hopbush #D679B0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.68%

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

R = 41.88%
G = 23.68%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D679B0 (or 0xD679B0) is known color: Hopbush. HEX triplet: D6, 79 and B0. RGB value is (214,121,176). Sum of RGB (Red+Green+Blue) = 214+121+176=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679B0 is #29864F. Grayscale: #9A9A9A. Windows color (decimal): -2721360 or 11565526. OLE color: 11565526.

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

Color convert

RGB 214 121 176 -
CMYK 0 0.43 0.18 0.16
HSL 324.52º 0.53% 0.66% -
HSV(B) 324.52º 0.43% 0.84% -
XYZ 42.41 31.11 44.84 -
YUV 155.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 214 121 176 0 0.43 0.18 0.16 324.52 0.53 0.66
Hex D6 79 B0 0 2B 12 10 145 35 42
Octal 326 171 260 0 53 22 20 505 65 102
Binary 11010110 1111001 10110000 0 101011 10010 10000 101000101 110101 1000010

Color Harmonies of #D679B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679B0

Black with #D679B0

Text Example


Text Example

White with #D679B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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