#D66FAC

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

Shades of Hopbush #D66FAC

Tints of Hopbush #D66FAC

Color information

#D66FAC (or 0xD66FAC) is unknown color: approx Hopbush. HEX triplet: D6, 6F and AC. RGB value is (214,111,172). Sum of RGB (Red+Green+Blue) = 214+111+172=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FAC is #299053. Grayscale: #949494. Windows color (decimal): -2723924 or 11300822. OLE color: 11300822.

HSL color Cylindrical-coordinate representation of color #D66FAC: hue angle of 324.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FAC is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214111172-
CMYK00.480.200.16
HSL324.47º55.68%63.73%-
HSV(B)324.47º48.13%83.92%-
XYZ40.8628.6442.4-
YUV148.75141.12174.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=43.06%
G=22.33%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411117200.480.200.16324.4755.6863.73
HexD66FAC03014101443840
Octal326157254060242050470100
Binary11010110110111110101100011000010100100001010001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FAC; }

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

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

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

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

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

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

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

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