Html Css Color HEX #D575A0 Hopbush

📋 copy color: '#D575A0'

red 213 ◦ green 117 ◦ blue 160

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

Shades of Hopbush #D575A0

Tints of Hopbush #D575A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 43.47%
G = 23.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D575A0 (or 0xD575A0) is known color: Hopbush. HEX triplet: D5, 75 and A0. RGB value is (213,117,160). Sum of RGB (Red+Green+Blue) = 213+117+160=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D575A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575A0 is #2A8A5F. Grayscale: #969696. Windows color (decimal): -2787936 or 10515925. OLE color: 10515925.

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

Color convert

RGB 213 117 160 -
CMYK 0 0.45 0.25 0.16
HSL 333.13º 0.53% 0.65% -
HSV(B) 333.13º 0.45% 0.84% -
XYZ 40.15 29.41 36.82 -
YUV 150.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 213 117 160 0 0.45 0.25 0.16 333.13 0.53 0.65
Hex D5 75 A0 0 2D 19 10 14D 35 41
Octal 325 165 240 0 55 31 20 515 65 101
Binary 11010101 1110101 10100000 0 101101 11001 10000 101001101 110101 1000001

Color Harmonies of #D575A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575A0

Black with #D575A0

Text Example


Text Example

White with #D575A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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