#D66DA3

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

Shades of Hopbush #D66DA3

Tints of Hopbush #D66DA3

Color information

#D66DA3 (or 0xD66DA3) is unknown color: approx Hopbush. HEX triplet: D6, 6D and A3. RGB value is (214,109,163). Sum of RGB (Red+Green+Blue) = 214+109+163=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DA3 is #29925C. Grayscale: #929292. Windows color (decimal): -2724445 or 10710486. OLE color: 10710486.

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

Color convert

RGB214109163-
CMYK00.490.240.16
HSL329.14º56.15%63.33%-
HSV(B)329.14º49.07%83.92%-
XYZ39.8127.8837.93-
YUV146.55137.29176.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=44.03%
G=22.43%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410916300.490.240.16329.1456.1563.33
HexD66DA30311810149383f
Octal32615524306130205117077
Binary1101011011011011010001101100011100010000101001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DA3; }

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

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

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

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

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

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

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

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