Html Css Color HEX #D571B2 Hopbush

📋 copy color: '#D571B2'

red 213 ◦ green 113 ◦ blue 178

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

Shades of Hopbush #D571B2

Tints of Hopbush #D571B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 42.26%
G = 22.42%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D571B2 (or 0xD571B2) is known color: Hopbush. HEX triplet: D5, 71 and B2. RGB value is (213,113,178). Sum of RGB (Red+Green+Blue) = 213+113+178=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D571B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571B2 is #2A8E4D. Grayscale: #969696. Windows color (decimal): -2788942 or 11694549. OLE color: 11694549.

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

Color convert

RGB 213 113 178 -
CMYK 0 0.47 0.16 0.16
HSL 321º 0.54% 0.64% -
HSV(B) 321º 0.47% 0.84% -
XYZ 41.38 29.17 45.57 -
YUV 150.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 213 113 178 0 0.47 0.16 0.16 321 0.54 0.64
Hex D5 71 B2 0 2F 10 10 141 36 40
Octal 325 161 262 0 57 20 20 501 66 100
Binary 11010101 1110001 10110010 0 101111 10000 10000 101000001 110110 1000000

Color Harmonies of #D571B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571B2

Black with #D571B2

Text Example


Text Example

White with #D571B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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