#D872B0

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

Shades of Hopbush #D872B0

Tints of Hopbush #D872B0

Color information

#D872B0 (or 0xD872B0) is unknown color: approx Hopbush. HEX triplet: D8, 72 and B0. RGB value is (216,114,176). Sum of RGB (Red+Green+Blue) = 216+114+176=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D872B0 is #278D4F. Grayscale: #979797. Windows color (decimal): -2592080 or 11563736. OLE color: 11563736.

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

Color convert

RGB216114176-
CMYK00.470.190.15
HSL323.53º56.67%64.71%-
HSV(B)323.53º47.22%84.71%-
XYZ42.1729.7744.6-
YUV151.57141.79173.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=42.69%
G=22.53%
B=34.78%

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
Decimal21611417600.470.190.15323.5356.6764.71
HexD872B002F13F1443941
Octal330162260057231750471101
Binary1101100011100101011000001011111001111111010001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872B0; }

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

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

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

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

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

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

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

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