#d85fab

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

Shades of Hopbush #D85FAB

Tints of Hopbush #D85FAB

Color information

#D85FAB (or 0xD85FAB) is unknown color: approx Hopbush. HEX triplet: D8, 5F and AB. RGB value is (216,95,171). Sum of RGB (Red+Green+Blue) = 216+95+171=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FAB is #27A054. Grayscale: #8B8B8B. Windows color (decimal): -2596949 or 11231192. OLE color: 11231192.

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

Color convert

RGB21695171-
CMYK00.560.210.15
HSL322.31º60.8%60.98%-
HSV(B)322.31º56.02%84.71%-
XYZ39.7625.7241.4-
YUV139.84145.59182.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=44.81%
G=19.71%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169517100.560.210.15322.3160.860.98
HexD85FAB03815F1423d3d
Octal33013725307025175027575
Binary110110001011111101010110111000101011111101000010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85fab; }

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

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

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

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

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

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

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

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