#D85DAC

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

Shades of Hopbush #D85DAC

Tints of Hopbush #D85DAC

Color information

#D85DAC (or 0xD85DAC) is unknown color: approx Hopbush. HEX triplet: D8, 5D and AC. RGB value is (216,93,172). Sum of RGB (Red+Green+Blue) = 216+93+172=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DAC is #27A253. Grayscale: #8A8A8A. Windows color (decimal): -2597460 or 11296216. OLE color: 11296216.

HSL color Cylindrical-coordinate representation of color #D85DAC: hue angle of 321.46º 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 #D85DAC is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21693172-
CMYK00.570.200.15
HSL321.46º61.19%60.59%-
HSV(B)321.46º56.94%84.71%-
XYZ39.6825.4141.84-
YUV138.78146.75183.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=44.91%
G=19.33%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169317200.570.200.15321.4661.1960.59
HexD85DAC03914F1413d3d
Octal33013525407124175017575
Binary110110001011101101011000111001101001111101000001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DAC; }

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

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

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

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

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

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

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

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