Html Css Color HEX #D678AD Hopbush

📋 copy color: '#D678AD'

red 214 ◦ green 120 ◦ blue 173

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

Shades of Hopbush #D678AD

Tints of Hopbush #D678AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 42.21%
G = 23.67%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D678AD (or 0xD678AD) is known color: Hopbush. HEX triplet: D6, 78 and AD. RGB value is (214,120,173). Sum of RGB (Red+Green+Blue) = 214+120+173=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D678AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678AD is #298752. Grayscale: #9A9A9A. Windows color (decimal): -2721619 or 11368662. OLE color: 11368662.

HSL color Cylindrical-coordinate representation of color #D678AD: hue angle of 326.17º degrees, saturation: 0.53, 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 #D678AD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 173 -
CMYK 0 0.44 0.19 0.16
HSL 326.17º 0.53% 0.65% -
HSV(B) 326.17º 0.44% 0.84% -
XYZ 41.99 30.75 43.26 -
YUV 154.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 214 120 173 0 0.44 0.19 0.16 326.17 0.53 0.65
Hex D6 78 AD 0 2C 13 10 146 35 41
Octal 326 170 255 0 54 23 20 506 65 101
Binary 11010110 1111000 10101101 0 101100 10011 10000 101000110 110101 1000001

Color Harmonies of #D678AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678AD

Black with #D678AD

Text Example


Text Example

White with #D678AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678AD; }

 p { color: rgb(214,120,173); }

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

background-color css

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

 a { background-color: rgb(214,120,173); }

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

border-color css

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

 span { border-color: rgb(214,120,173); }

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