#D85F8E

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

Shades of Hopbush #D85F8E

Tints of Hopbush #D85F8E

Color information

#D85F8E (or 0xD85F8E) is unknown color: approx Hopbush. HEX triplet: D8, 5F and 8E. RGB value is (216,95,142). Sum of RGB (Red+Green+Blue) = 216+95+142=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F8E is #27A071. Grayscale: #888888. Windows color (decimal): -2596978 or 9330648. OLE color: 9330648.

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

Color convert

RGB21695142-
CMYK00.560.340.15
HSL336.69º60.8%60.98%-
HSV(B)336.69º56.02%84.71%-
XYZ37.2924.7428.4-
YUV136.54131.09184.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=47.68%
G=20.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169514200.560.340.15336.6960.860.98
HexD85F8E03822F1513d3d
Octal33013721607042175217575
Binary1101100010111111000111001110001000101111101010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F8E; }

 p { color: rgb(216,95,142); }

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

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

 a { background-color: rgb(216,95,142); }

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

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

 span { border-color: rgb(216,95,142); }

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