#D574B0

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

Shades of Hopbush #D574B0

Tints of Hopbush #D574B0

Color information

#D574B0 (or 0xD574B0) is unknown color: approx Hopbush. HEX triplet: D5, 74 and B0. RGB value is (213,116,176). Sum of RGB (Red+Green+Blue) = 213+116+176=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574B0 is #2A8B4F. Grayscale: #979797. Windows color (decimal): -2788176 or 11564245. OLE color: 11564245.

HSL color Cylindrical-coordinate representation of color #D574B0: hue angle of 322.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574B0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213116176-
CMYK00.460.170.16
HSL322.89º53.59%64.51%-
HSV(B)322.89º45.54%83.53%-
XYZ41.5229.7744.63-
YUV151.84141.64171.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=42.18%
G=22.97%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311617600.460.170.16322.8953.5964.51
HexD574B002E11101433641
Octal325164260056212050366101
Binary11010101111010010110000010111010001100001010000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574B0; }

 p { color: rgb(213,116,176); }

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

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

 a { background-color: rgb(213,116,176); }

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

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

 span { border-color: rgb(213,116,176); }

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