#D369AE

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

Shades of Hopbush #D369AE

Tints of Hopbush #D369AE

Color information

#D369AE (or 0xD369AE) is unknown color: approx Hopbush. HEX triplet: D3, 69 and AE. RGB value is (211,105,174). Sum of RGB (Red+Green+Blue) = 211+105+174=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D369AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D369AE is #2C9651. Grayscale: #909090. Windows color (decimal): -2922066 or 11430355. OLE color: 11430355.

HSL color Cylindrical-coordinate representation of color #D369AE: hue angle of 320.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369AE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211105174-
CMYK00.500.180.17
HSL320.94º54.64%61.96%-
HSV(B)320.94º50.24%82.75%-
XYZ39.5627.0143.17-
YUV144.56144.62175.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=43.06%
G=21.43%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110517400.500.180.17320.9454.6461.96
HexD369AE0321211141373e
Octal32315125606222215016776
Binary1101001111010011010111001100101001010001101000001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369AE; }

 p { color: rgb(211,105,174); }

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

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

 a { background-color: rgb(211,105,174); }

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

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

 span { border-color: rgb(211,105,174); }

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