#D574AC

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

Shades of Hopbush #D574AC

Tints of Hopbush #D574AC

Color information

#D574AC (or 0xD574AC) is unknown color: approx Hopbush. HEX triplet: D5, 74 and AC. RGB value is (213,116,172). Sum of RGB (Red+Green+Blue) = 213+116+172=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D574AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574AC is #2A8B53. Grayscale: #979797. Windows color (decimal): -2788180 or 11302101. OLE color: 11302101.

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

Color convert

RGB213116172-
CMYK00.460.190.16
HSL325.36º53.59%64.51%-
HSV(B)325.36º45.54%83.53%-
XYZ41.1329.6242.58-
YUV151.39139.64171.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=42.51%
G=23.15%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311617200.460.190.16325.3653.5964.51
HexD574AC02E13101453641
Octal325164254056232050566101
Binary11010101111010010101100010111010011100001010001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574AC; }

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

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

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

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

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

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

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

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