Html Css Color HEX #D575AA Hopbush

📋 copy color: '#D575AA'

red 213 ◦ green 117 ◦ blue 170

#D575AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D575AA

Tints of Hopbush #D575AA

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

 GREEN value IS 117 (46.09% from 255) = 23.4%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 42.6%
G = 23.4%
B = 34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D575AA (or 0xD575AA) is known color: Hopbush. HEX triplet: D5, 75 and AA. RGB value is (213,117,170). Sum of RGB (Red+Green+Blue) = 213+117+170=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575AA is #2A8A55. Grayscale: #979797. Windows color (decimal): -2787926 or 11171285. OLE color: 11171285.

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

Color convert

RGB 213 117 170 -
CMYK 0 0.45 0.20 0.16
HSL 326.88º 0.53% 0.65% -
HSV(B) 326.88º 0.45% 0.84% -
XYZ 41.06 29.77 41.61 -
YUV 151.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 213 117 170 0 0.45 0.20 0.16 326.88 0.53 0.65
Hex D5 75 AA 0 2D 14 10 147 35 41
Octal 325 165 252 0 55 24 20 507 65 101
Binary 11010101 1110101 10101010 0 101101 10100 10000 101000111 110101 1000001

Color Harmonies of #D575AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575AA

Black with #D575AA

Text Example


Text Example

White with #D575AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575AA; }

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

 H1.HeaderClassName
 {
   color: #D575AA;
 }
 .AnyTagClassName
 {
   color: #D575AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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