Html Css Color HEX #D679A6 Hopbush

📋 copy color: '#D679A6'

red 214 ◦ green 121 ◦ blue 166

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

Shades of Hopbush #D679A6

Tints of Hopbush #D679A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 42.71%
G = 24.15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D679A6 (or 0xD679A6) is known color: Hopbush. HEX triplet: D6, 79 and A6. RGB value is (214,121,166). Sum of RGB (Red+Green+Blue) = 214+121+166=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D679A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679A6 is #298659. Grayscale: #999999. Windows color (decimal): -2721370 or 10910166. OLE color: 10910166.

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

Color convert

RGB 214 121 166 -
CMYK 0 0.43 0.22 0.16
HSL 330.97º 0.53% 0.66% -
HSV(B) 330.97º 0.43% 0.84% -
XYZ 41.45 30.72 39.82 -
YUV 153.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 214 121 166 0 0.43 0.22 0.16 330.97 0.53 0.66
Hex D6 79 A6 0 2B 16 10 14B 35 42
Octal 326 171 246 0 53 26 20 513 65 102
Binary 11010110 1111001 10100110 0 101011 10110 10000 101001011 110101 1000010

Color Harmonies of #D679A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679A6

Black with #D679A6

Text Example


Text Example

White with #D679A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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