#D66FAF

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

Shades of Hopbush #D66FAF

Tints of Hopbush #D66FAF

Color information

#D66FAF (or 0xD66FAF) is unknown color: approx Hopbush. HEX triplet: D6, 6F and AF. RGB value is (214,111,175). Sum of RGB (Red+Green+Blue) = 214+111+175=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FAF is #299050. Grayscale: #949494. Windows color (decimal): -2723921 or 11497430. OLE color: 11497430.

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

Color convert

RGB214111175-
CMYK00.480.180.16
HSL322.72º55.68%63.73%-
HSV(B)322.72º48.13%83.92%-
XYZ41.1528.7643.94-
YUV149.09142.62174.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 175 (68.75% from 255) = 35%
R=42.8%
G=22.2%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411117500.480.180.16322.7255.6863.73
HexD66FAF03012101433840
Octal326157257060222050370100
Binary11010110110111110101111011000010010100001010000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FAF; }

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

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

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

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

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

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

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

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