#D66FAB

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

Shades of Hopbush #D66FAB

Tints of Hopbush #D66FAB

Color information

#D66FAB (or 0xD66FAB) is unknown color: approx Hopbush. HEX triplet: D6, 6F and AB. RGB value is (214,111,171). Sum of RGB (Red+Green+Blue) = 214+111+171=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FAB is #299054. Grayscale: #949494. Windows color (decimal): -2723925 or 11235286. OLE color: 11235286.

HSL color Cylindrical-coordinate representation of color #D66FAB: hue angle of 325.05º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FAB is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214111171-
CMYK00.480.200.16
HSL325.05º55.68%63.73%-
HSV(B)325.05º48.13%83.92%-
XYZ40.7728.6141.9-
YUV148.64140.62174.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=43.15%
G=22.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411117100.480.200.16325.0555.6863.73
HexD66FAB03014101453840
Octal326157253060242050570100
Binary11010110110111110101011011000010100100001010001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FAB; }

 p { color: rgb(214,111,171); }

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

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

 a { background-color: rgb(214,111,171); }

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

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

 span { border-color: rgb(214,111,171); }

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