#D66FA3

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

Shades of Hopbush #D66FA3

Tints of Hopbush #D66FA3

Color information

#D66FA3 (or 0xD66FA3) is unknown color: approx Hopbush. HEX triplet: D6, 6F and A3. RGB value is (214,111,163). Sum of RGB (Red+Green+Blue) = 214+111+163=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FA3 is #29905C. Grayscale: #939393. Windows color (decimal): -2723933 or 10710998. OLE color: 10710998.

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

Color convert

RGB214111163-
CMYK00.480.240.16
HSL329.71º55.68%63.73%-
HSV(B)329.71º48.13%83.92%-
XYZ40.0328.3138-
YUV147.72136.62175.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 163 (64.06% from 255) = 33.40%
R=43.85%
G=22.75%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411116300.480.240.16329.7155.6863.73
HexD66FA3030181014a3840
Octal326157243060302051270100
Binary11010110110111110100011011000011000100001010010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FA3; }

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

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

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

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

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

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

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

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