#D575AB

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

Shades of Hopbush #D575AB

Tints of Hopbush #D575AB

Color information

#D575AB (or 0xD575AB) is unknown color: approx Hopbush. HEX triplet: D5, 75 and AB. RGB value is (213,117,171). Sum of RGB (Red+Green+Blue) = 213+117+171=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D575AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575AB is #2A8A54. Grayscale: #979797. Windows color (decimal): -2787925 or 11236821. OLE color: 11236821.

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

Color convert

RGB213117171-
CMYK00.450.200.16
HSL326.25º53.33%64.71%-
HSV(B)326.25º45.07%83.53%-
XYZ41.1529.8142.11-
YUV151.86138.8171.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=42.51%
G=23.35%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311717100.450.200.16326.2553.3364.71
HexD575AB02D14101463541
Octal325165253055242050665101
Binary11010101111010110101011010110110100100001010001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575AB; }

 p { color: rgb(213,117,171); }

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

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

 a { background-color: rgb(213,117,171); }

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

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

 span { border-color: rgb(213,117,171); }

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