#D66DB1

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

Shades of Hopbush #D66DB1

Tints of Hopbush #D66DB1

Color information

#D66DB1 (or 0xD66DB1) is unknown color: approx Hopbush. HEX triplet: D6, 6D and B1. RGB value is (214,109,177). Sum of RGB (Red+Green+Blue) = 214+109+177=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DB1 is #29924E. Grayscale: #939393. Windows color (decimal): -2724431 or 11627990. OLE color: 11627990.

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

Color convert

RGB214109177-
CMYK00.490.170.16
HSL321.14º56.15%63.33%-
HSV(B)321.14º49.07%83.92%-
XYZ41.1428.4144.91-
YUV148.15144.29174.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=42.8%
G=21.8%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410917700.490.170.16321.1456.1563.33
HexD66DB10311110141383f
Octal32615526106121205017077
Binary1101011011011011011000101100011000110000101000001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DB1; }

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

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

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

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

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

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

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

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