#D574B2

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

Shades of Hopbush #D574B2

Tints of Hopbush #D574B2

Color information

#D574B2 (or 0xD574B2) is unknown color: approx Hopbush. HEX triplet: D5, 74 and B2. RGB value is (213,116,178). Sum of RGB (Red+Green+Blue) = 213+116+178=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574B2 is #2A8B4D. Grayscale: #979797. Windows color (decimal): -2788174 or 11695317. OLE color: 11695317.

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

Color convert

RGB213116178-
CMYK00.460.160.16
HSL321.65º53.59%64.51%-
HSV(B)321.65º45.54%83.53%-
XYZ41.7229.8545.68-
YUV152.07142.64171.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=42.01%
G=22.88%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311617800.460.160.16321.6553.5964.51
HexD574B202E10101423641
Octal325164262056202050266101
Binary11010101111010010110010010111010000100001010000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574B2; }

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

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

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

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

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

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

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

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