#D575AD

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

Shades of Hopbush #D575AD

Tints of Hopbush #D575AD

Color information

#D575AD (or 0xD575AD) is unknown color: approx Hopbush. HEX triplet: D5, 75 and AD. RGB value is (213,117,173). Sum of RGB (Red+Green+Blue) = 213+117+173=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D575AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575AD is #2A8A52. Grayscale: #979797. Windows color (decimal): -2787923 or 11367893. OLE color: 11367893.

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

Color convert

RGB213117173-
CMYK00.450.190.16
HSL325º53.33%64.71%-
HSV(B)325º45.07%83.53%-
XYZ41.3429.8943.12-
YUV152.09139.8171.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=42.35%
G=23.26%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311717300.450.190.1632553.3364.71
HexD575AD02D13101453541
Octal325165255055232050565101
Binary11010101111010110101101010110110011100001010001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575AD; }

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

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

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

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

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

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

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

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