#D66B9A

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

Shades of Hopbush #D66B9A

Tints of Hopbush #D66B9A

Color information

#D66B9A (or 0xD66B9A) is unknown color: approx Hopbush. HEX triplet: D6, 6B and 9A. RGB value is (214,107,154). Sum of RGB (Red+Green+Blue) = 214+107+154=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66B9A is #299465. Grayscale: #909090. Windows color (decimal): -2724966 or 10120150. OLE color: 10120150.

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

Color convert

RGB214107154-
CMYK00.500.280.16
HSL333.64º56.61%62.94%-
HSV(B)333.64º50%83.92%-
XYZ38.8227.1433.77-
YUV144.35133.45177.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=45.05%
G=22.53%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410715400.500.280.16333.6456.6162.94
HexD66B9A0321C1014e393f
Octal32615323206234205167177
Binary1101011011010111001101001100101110010000101001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B9A; }

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

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

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

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

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

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

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

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