#D66BB3

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

Shades of Hopbush #D66BB3

Tints of Hopbush #D66BB3

Color information

#D66BB3 (or 0xD66BB3) is unknown color: approx Hopbush. HEX triplet: D6, 6B and B3. RGB value is (214,107,179). Sum of RGB (Red+Green+Blue) = 214+107+179=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BB3 is #29944C. Grayscale: #939393. Windows color (decimal): -2724941 or 11758550. OLE color: 11758550.

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

Color convert

RGB214107179-
CMYK00.500.160.16
HSL319.63º56.61%62.94%-
HSV(B)319.63º50%83.92%-
XYZ41.1328.0745.9-
YUV147.2145.95175.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=42.8%
G=21.4%
B=35.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410717900.500.160.16319.6356.6162.94
HexD66BB30321010140393f
Octal32615326306220205007177
Binary1101011011010111011001101100101000010000101000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BB3; }

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

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

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

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

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

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

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

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