#D271B0

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

Shades of Hopbush #D271B0

Tints of Hopbush #D271B0

Color information

#D271B0 (or 0xD271B0) is unknown color: approx Hopbush. HEX triplet: D2, 71 and B0. RGB value is (210,113,176). Sum of RGB (Red+Green+Blue) = 210+113+176=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271B0 is #2D8E4F. Grayscale: #959595. Windows color (decimal): -2985552 or 11563474. OLE color: 11563474.

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

Color convert

RGB210113176-
CMYK00.460.160.18
HSL321.03º51.87%63.33%-
HSV(B)321.03º46.19%82.35%-
XYZ40.3228.6544.48-
YUV149.18143.14171.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=42.08%
G=22.65%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011317600.460.160.18321.0351.8763.33
HexD271B002E1012141343f
Octal32216126005620225016477
Binary1101001011100011011000001011101000010010101000001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271B0; }

 p { color: rgb(210,113,176); }

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

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

 a { background-color: rgb(210,113,176); }

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

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

 span { border-color: rgb(210,113,176); }

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