Html Css Color HEX #D71B81 Medium Violet Red

📋 copy color: '#D71B81'

red 215 ◦ green 27 ◦ blue 129

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

Shades of Medium Violet Red #D71B81

Tints of Medium Violet Red #D71B81

RGB

 RED value IS 215 (84.38% from 255) = 57.95%

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 57.95%
G = 7.28%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D71B81 (or 0xD71B81) is known color: Medium Violet Red. HEX triplet: D7, 1B and 81. RGB value is (215,27,129). Sum of RGB (Red+Green+Blue) = 215+27+129=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71B81 is #28E47E. Grayscale: #5E5E5E. Windows color (decimal): -2679935 or 8461271. OLE color: 8461271.

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

Color convert

RGB 215 27 129 -
CMYK 0 0.87 0.4 0.16
HSL 327.45º 0.78% 0.47% -
HSV(B) 327.45º 0.87% 0.84% -
XYZ 32.38 16.82 22.31 -
YUV 94.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 215 27 129 0 0.87 0.4 0.16 327.45 0.78 0.47
Hex D7 1B 81 0 57 28 10 147 4E 2F
Octal 327 33 201 0 127 50 20 507 116 57
Binary 11010111 11011 10000001 0 1010111 101000 10000 101000111 1001110 101111

Color Harmonies of #D71B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B81

Black with #D71B81

Text Example


Text Example

White with #D71B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B81; }

 p { color: rgb(215,27,129); }

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

background-color css

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

 a { background-color: rgb(215,27,129); }

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

border-color css

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

 span { border-color: rgb(215,27,129); }

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