#D66DAD

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

Shades of Hopbush #D66DAD

Tints of Hopbush #D66DAD

Color information

#D66DAD (or 0xD66DAD) is unknown color: approx Hopbush. HEX triplet: D6, 6D and AD. RGB value is (214,109,173). Sum of RGB (Red+Green+Blue) = 214+109+173=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DAD is #299252. Grayscale: #939393. Windows color (decimal): -2724435 or 11365846. OLE color: 11365846.

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

Color convert

RGB214109173-
CMYK00.490.190.16
HSL323.43º56.15%63.33%-
HSV(B)323.43º49.07%83.92%-
XYZ40.7428.2542.84-
YUV147.69142.29175.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=43.15%
G=21.98%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410917300.490.190.16323.4356.1563.33
HexD66DAD0311310143383f
Octal32615525506123205037077
Binary1101011011011011010110101100011001110000101000011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DAD; }

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

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

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

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

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

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

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

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