#D669AB

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

Shades of Hopbush #D669AB

Tints of Hopbush #D669AB

Color information

#D669AB (or 0xD669AB) is unknown color: approx Hopbush. HEX triplet: D6, 69 and AB. RGB value is (214,105,171). Sum of RGB (Red+Green+Blue) = 214+105+171=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D669AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669AB is #299654. Grayscale: #909090. Windows color (decimal): -2725461 or 11233750. OLE color: 11233750.

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

Color convert

RGB214105171-
CMYK00.510.200.16
HSL323.67º57.07%62.55%-
HSV(B)323.67º50.93%83.92%-
XYZ40.1327.3441.69-
YUV145.12142.61177.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=43.67%
G=21.43%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410517100.510.200.16323.6757.0762.55
HexD669AB0331410144393f
Octal32615125306324205047177
Binary1101011011010011010101101100111010010000101000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669AB; }

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

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

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

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

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

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

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

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