Html Css Color HEX #D571AD Hopbush

📋 copy color: '#D571AD'

red 213 ◦ green 113 ◦ blue 173

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

Shades of Hopbush #D571AD

Tints of Hopbush #D571AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 42.69%
G = 22.65%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D571AD (or 0xD571AD) is known color: Hopbush. HEX triplet: D5, 71 and AD. RGB value is (213,113,173). Sum of RGB (Red+Green+Blue) = 213+113+173=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D571AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571AD is #2A8E52. Grayscale: #959595. Windows color (decimal): -2788947 or 11366869. OLE color: 11366869.

HSL color Cylindrical-coordinate representation of color #D571AD: hue angle of 324º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571AD is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 173 -
CMYK 0 0.47 0.19 0.16
HSL 324º 0.54% 0.64% -
HSV(B) 324º 0.47% 0.84% -
XYZ 40.89 28.97 42.97 -
YUV 149.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 213 113 173 0 0.47 0.19 0.16 324 0.54 0.64
Hex D5 71 AD 0 2F 13 10 144 36 40
Octal 325 161 255 0 57 23 20 504 66 100
Binary 11010101 1110001 10101101 0 101111 10011 10000 101000100 110110 1000000

Color Harmonies of #D571AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571AD

Black with #D571AD

Text Example


Text Example

White with #D571AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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