Html Css Color HEX #D575AD Hopbush

📋 copy color: '#D575AD'

red 213 ◦ green 117 ◦ blue 173

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

Shades of Hopbush #D575AD

Tints of Hopbush #D575AD

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 value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D575AD (or 0xD575AD) is known color: 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

RGB 213 117 173 -
CMYK 0 0.45 0.19 0.16
HSL 325º 0.53% 0.65% -
HSV(B) 325º 0.45% 0.84% -
XYZ 41.34 29.89 43.12 -
YUV 152.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 213 117 173 0 0.45 0.19 0.16 325 0.53 0.65
Hex D5 75 AD 0 2D 13 10 145 35 41
Octal 325 165 255 0 55 23 20 505 65 101
Binary 11010101 1110101 10101101 0 101101 10011 10000 101000101 110101 1000001

Color Harmonies of #D575AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575AD

Black with #D575AD

Text Example


Text Example

White with #D575AD

Text Example


Text Example

HTML Codes & Css Web 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>