#D85DAE

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

Shades of Hopbush #D85DAE

Tints of Hopbush #D85DAE

Color information

#D85DAE (or 0xD85DAE) is unknown color: approx Hopbush. HEX triplet: D8, 5D and AE. RGB value is (216,93,174). Sum of RGB (Red+Green+Blue) = 216+93+174=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DAE is #27A251. Grayscale: #8A8A8A. Windows color (decimal): -2597458 or 11427288. OLE color: 11427288.

HSL color Cylindrical-coordinate representation of color #D85DAE: hue angle of 320.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DAE is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21693174-
CMYK00.570.190.15
HSL320.49º61.19%60.59%-
HSV(B)320.49º56.94%84.71%-
XYZ39.8725.4842.86-
YUV139.01147.75182.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=44.72%
G=19.25%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169317400.570.190.15320.4961.1960.59
HexD85DAE03913F1403d3d
Octal33013525607123175007575
Binary110110001011101101011100111001100111111101000000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DAE; }

 p { color: rgb(216,93,174); }

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

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

 a { background-color: rgb(216,93,174); }

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

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

 span { border-color: rgb(216,93,174); }

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