#D072B1

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

Shades of Hopbush #D072B1

Tints of Hopbush #D072B1

Color information

#D072B1 (or 0xD072B1) is unknown color: approx Hopbush. HEX triplet: D0, 72 and B1. RGB value is (208,114,177). Sum of RGB (Red+Green+Blue) = 208+114+177=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D072B1 is #2F8D4E. Grayscale: #959595. Windows color (decimal): -3116367 or 11629264. OLE color: 11629264.

HSL color Cylindrical-coordinate representation of color #D072B1: hue angle of 319.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D072B1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208114177-
CMYK00.450.150.18
HSL319.79º50%63.14%-
HSV(B)319.79º45.19%81.57%-
XYZ39.9728.6245.01-
YUV149.29143.64169.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=41.68%
G=22.85%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811417700.450.150.18319.795063.14
HexD072B102DF12140323f
Octal32016226105517225006277
Binary110100001110010101100010101101111110010101000000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072B1; }

 p { color: rgb(208,114,177); }

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

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

 a { background-color: rgb(208,114,177); }

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

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

 span { border-color: rgb(208,114,177); }

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