#D271B2

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

Shades of Hopbush #D271B2

Tints of Hopbush #D271B2

Color information

#D271B2 (or 0xD271B2) is unknown color: approx Hopbush. HEX triplet: D2, 71 and B2. RGB value is (210,113,178). Sum of RGB (Red+Green+Blue) = 210+113+178=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271B2 is #2D8E4D. Grayscale: #959595. Windows color (decimal): -2985550 or 11694546. OLE color: 11694546.

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

Color convert

RGB210113178-
CMYK00.460.150.18
HSL319.79º51.87%63.33%-
HSV(B)319.79º46.19%82.35%-
XYZ40.5228.7345.53-
YUV149.41144.14171.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=41.92%
G=22.55%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011317800.460.150.18319.7951.8763.33
HexD271B202EF12140343f
Octal32216126205617225006477
Binary110100101110001101100100101110111110010101000000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271B2; }

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

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

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

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

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

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

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

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