#D875AF

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

Shades of Hopbush #D875AF

Tints of Hopbush #D875AF

Color information

#D875AF (or 0xD875AF) is unknown color: approx Hopbush. HEX triplet: D8, 75 and AF. RGB value is (216,117,175). Sum of RGB (Red+Green+Blue) = 216+117+175=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D875AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875AF is #278A50. Grayscale: #999999. Windows color (decimal): -2591313 or 11498968. OLE color: 11498968.

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

Color convert

RGB216117175-
CMYK00.460.190.15
HSL324.85º55.93%65.29%-
HSV(B)324.85º45.83%84.71%-
XYZ42.4230.4244.19-
YUV153.21140.3172.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=42.52%
G=23.03%
B=34.45%

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
Decimal21611717500.460.190.15324.8555.9365.29
HexD875AF02E13F1453841
Octal330165257056231750570101
Binary1101100011101011010111101011101001111111010001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875AF; }

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

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

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

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

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

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

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

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