#D66BB2

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

Shades of Hopbush #D66BB2

Tints of Hopbush #D66BB2

Color information

#D66BB2 (or 0xD66BB2) is unknown color: approx Hopbush. HEX triplet: D6, 6B and B2. RGB value is (214,107,178). Sum of RGB (Red+Green+Blue) = 214+107+178=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BB2 is #29944D. Grayscale: #929292. Windows color (decimal): -2724942 or 11693014. OLE color: 11693014.

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

Color convert

RGB214107178-
CMYK00.500.170.16
HSL320.19º56.61%62.94%-
HSV(B)320.19º50%83.92%-
XYZ41.0328.0345.37-
YUV147.09145.45175.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=42.89%
G=21.44%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410717800.500.170.16320.1956.6162.94
HexD66BB20321110140393f
Octal32615326206221205007177
Binary1101011011010111011001001100101000110000101000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BB2; }

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

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

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

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

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

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

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

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