#D66BA2

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

Shades of Hopbush #D66BA2

Tints of Hopbush #D66BA2

Color information

#D66BA2 (or 0xD66BA2) is unknown color: approx Hopbush. HEX triplet: D6, 6B and A2. RGB value is (214,107,162). Sum of RGB (Red+Green+Blue) = 214+107+162=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BA2 is #29945D. Grayscale: #919191. Windows color (decimal): -2724958 or 10644438. OLE color: 10644438.

HSL color Cylindrical-coordinate representation of color #D66BA2: hue angle of 329.16º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BA2 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214107162-
CMYK00.500.240.16
HSL329.16º56.61%62.94%-
HSV(B)329.16º50%83.92%-
XYZ39.5127.4237.39-
YUV145.26137.45177.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=44.31%
G=22.15%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410716200.500.240.16329.1656.6162.94
HexD66BA20321810149393f
Octal32615324206230205117177
Binary1101011011010111010001001100101100010000101001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BA2; }

 p { color: rgb(214,107,162); }

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

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

 a { background-color: rgb(214,107,162); }

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

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

 span { border-color: rgb(214,107,162); }

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