#D875AE

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

Shades of Hopbush #D875AE

Tints of Hopbush #D875AE

Color information

#D875AE (or 0xD875AE) is unknown color: approx Hopbush. HEX triplet: D8, 75 and AE. RGB value is (216,117,174). Sum of RGB (Red+Green+Blue) = 216+117+174=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D875AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875AE is #278A51. Grayscale: #989898. Windows color (decimal): -2591314 or 11433432. OLE color: 11433432.

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

Color convert

RGB216117174-
CMYK00.460.190.15
HSL325.45º55.93%65.29%-
HSV(B)325.45º45.83%84.71%-
XYZ42.3230.3843.68-
YUV153.1139.8172.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=42.60%
G=23.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611717400.460.190.15325.4555.9365.29
HexD875AE02E13F1453841
Octal330165256056231750570101
Binary1101100011101011010111001011101001111111010001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875AE; }

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

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

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

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

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

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

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

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