#D678AC

Color #D678AC Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D678AC

Tints of Hopbush #D678AC

Color information

#D678AC (or 0xD678AC) is unknown color: approx Hopbush. HEX triplet: D6, 78 and AC. RGB value is (214,120,172). Sum of RGB (Red+Green+Blue) = 214+120+172=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D678AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678AC is #298753. Grayscale: #999999. Windows color (decimal): -2721620 or 11303126. OLE color: 11303126.

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

Color convert

RGB214120172-
CMYK00.440.200.16
HSL326.81º53.41%65.49%-
HSV(B)326.81º43.93%83.92%-
XYZ41.8930.7142.75-
YUV154.03138.14170.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=42.29%
G=23.72%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412017200.440.200.16326.8153.4165.49
HexD678AC02C14101473541
Octal326170254054242050765101
Binary11010110111100010101100010110010100100001010001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678AC; }

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

 H1.HeaderClassName
 {
   color: #D678AC;
 }
 .AnyTagClassName
 {
   color: #D678AC;
 }
</style>
background-color css

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

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

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

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

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

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