#D875A8

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

Shades of Hopbush #D875A8

Tints of Hopbush #D875A8

Color information

#D875A8 (or 0xD875A8) is unknown color: approx Hopbush. HEX triplet: D8, 75 and A8. RGB value is (216,117,168). Sum of RGB (Red+Green+Blue) = 216+117+168=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A8 is #278A57. Grayscale: #989898. Windows color (decimal): -2591320 or 11040216. OLE color: 11040216.

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

Color convert

RGB216117168-
CMYK00.460.220.15
HSL329.09º55.93%65.29%-
HSV(B)329.09º45.83%84.71%-
XYZ41.7530.1540.66-
YUV152.42136.8173.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=43.11%
G=23.35%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611716800.460.220.15329.0955.9365.29
HexD875A802E16F1493841
Octal330165250056261751170101
Binary1101100011101011010100001011101011011111010010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875A8; }

 p { color: rgb(216,117,168); }

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

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

 a { background-color: rgb(216,117,168); }

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

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

 span { border-color: rgb(216,117,168); }

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