#D872AF

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

Shades of Hopbush #D872AF

Tints of Hopbush #D872AF

Color information

#D872AF (or 0xD872AF) is unknown color: approx Hopbush. HEX triplet: D8, 72 and AF. RGB value is (216,114,175). Sum of RGB (Red+Green+Blue) = 216+114+175=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D872AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872AF is #278D50. Grayscale: #979797. Windows color (decimal): -2592081 or 11498200. OLE color: 11498200.

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

Color convert

RGB216114175-
CMYK00.470.190.15
HSL324.12º56.67%64.71%-
HSV(B)324.12º47.22%84.71%-
XYZ42.0729.7344.08-
YUV151.45141.29174.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=42.77%
G=22.57%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611417500.470.190.15324.1256.6764.71
HexD872AF02F13F1443941
Octal330162257057231750471101
Binary1101100011100101010111101011111001111111010001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872AF; }

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

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

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

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

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

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

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

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