#D85AA9

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

Shades of Hopbush #D85AA9

Tints of Hopbush #D85AA9

Color information

#D85AA9 (or 0xD85AA9) is unknown color: approx Hopbush. HEX triplet: D8, 5A and A9. RGB value is (216,90,169). Sum of RGB (Red+Green+Blue) = 216+90+169=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AA9 is #27A556. Grayscale: #888888. Windows color (decimal): -2598231 or 11098840. OLE color: 11098840.

HSL color Cylindrical-coordinate representation of color #D85AA9: hue angle of 322.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AA9 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21690169-
CMYK00.580.220.15
HSL322.38º61.76%60%-
HSV(B)322.38º58.33%84.71%-
XYZ39.1424.7840.26-
YUV136.68146.24184.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=45.47%
G=18.95%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169016900.580.220.15322.3861.7660
HexD85AA903A16F1423e3c
Octal33013225107226175027674
Binary110110001011010101010010111010101101111101000010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85AA9; }

 p { color: rgb(216,90,169); }

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

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

 a { background-color: rgb(216,90,169); }

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

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

 span { border-color: rgb(216,90,169); }

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