#D669AA

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

Shades of Hopbush #D669AA

Tints of Hopbush #D669AA

Color information

#D669AA (or 0xD669AA) is unknown color: approx Hopbush. HEX triplet: D6, 69 and AA. RGB value is (214,105,170). Sum of RGB (Red+Green+Blue) = 214+105+170=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D669AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669AA is #299655. Grayscale: #909090. Windows color (decimal): -2725462 or 11168214. OLE color: 11168214.

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

Color convert

RGB214105170-
CMYK00.510.210.16
HSL324.22º57.07%62.55%-
HSV(B)324.22º50.93%83.92%-
XYZ40.0427.341.19-
YUV145142.11177.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=43.76%
G=21.47%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410517000.510.210.16324.2257.0762.55
HexD669AA0331510144393f
Octal32615125206325205047177
Binary1101011011010011010101001100111010110000101000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669AA; }

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

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

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

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

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

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

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

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