#D271AD

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

Shades of Hopbush #D271AD

Tints of Hopbush #D271AD

Color information

#D271AD (or 0xD271AD) is unknown color: approx Hopbush. HEX triplet: D2, 71 and AD. RGB value is (210,113,173). Sum of RGB (Red+Green+Blue) = 210+113+173=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D271AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271AD is #2D8E52. Grayscale: #949494. Windows color (decimal): -2985555 or 11366866. OLE color: 11366866.

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

Color convert

RGB210113173-
CMYK00.460.180.18
HSL322.89º51.87%63.33%-
HSV(B)322.89º46.19%82.35%-
XYZ40.0328.5342.93-
YUV148.84141.64171.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=42.34%
G=22.78%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011317300.460.180.18322.8951.8763.33
HexD271AD02E1212143343f
Octal32216125505622225036477
Binary1101001011100011010110101011101001010010101000011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271AD; }

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

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

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

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

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

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

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

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