Html Css Color HEX #D571B0 Hopbush

📋 copy color: '#D571B0'

red 213 ◦ green 113 ◦ blue 176

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

Shades of Hopbush #D571B0

Tints of Hopbush #D571B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 42.43%
G = 22.51%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D571B0 (or 0xD571B0) is known color: Hopbush. HEX triplet: D5, 71 and B0. RGB value is (213,113,176). Sum of RGB (Red+Green+Blue) = 213+113+176=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D571B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571B0 is #2A8E4F. Grayscale: #959595. Windows color (decimal): -2788944 or 11563477. OLE color: 11563477.

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

Color convert

RGB 213 113 176 -
CMYK 0 0.47 0.17 0.16
HSL 322.2º 0.54% 0.64% -
HSV(B) 322.2º 0.47% 0.84% -
XYZ 41.18 29.09 44.52 -
YUV 150.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 213 113 176 0 0.47 0.17 0.16 322.2 0.54 0.64
Hex D5 71 B0 0 2F 11 10 142 36 40
Octal 325 161 260 0 57 21 20 502 66 100
Binary 11010101 1110001 10110000 0 101111 10001 10000 101000010 110110 1000000

Color Harmonies of #D571B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571B0

Black with #D571B0

Text Example


Text Example

White with #D571B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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