Html Css Color HEX #D71A83 Medium Violet Red

📋 copy color: '#D71A83'

red 215 ◦ green 26 ◦ blue 131

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

Shades of Medium Violet Red #D71A83

Tints of Medium Violet Red #D71A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 57.8%
G = 6.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D71A83 (or 0xD71A83) is known color: Medium Violet Red. HEX triplet: D7, 1A and 83. RGB value is (215,26,131). Sum of RGB (Red+Green+Blue) = 215+26+131=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71A83 is #28E57C. Grayscale: #5E5E5E. Windows color (decimal): -2680189 or 8592087. OLE color: 8592087.

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

Color convert

RGB 215 26 131 -
CMYK 0 0.88 0.39 0.16
HSL 326.67º 0.78% 0.47% -
HSV(B) 326.67º 0.88% 0.84% -
XYZ 32.49 16.82 23.01 -
YUV 94.48 148.62 213.96 -
System Red Green Blue C M Y K H S L
Decimal 215 26 131 0 0.88 0.39 0.16 326.67 0.78 0.47
Hex D7 1A 83 0 58 27 10 147 4E 2F
Octal 327 32 203 0 130 47 20 507 116 57
Binary 11010111 11010 10000011 0 1011000 100111 10000 101000111 1001110 101111

Color Harmonies of #D71A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A83

Black with #D71A83

Text Example


Text Example

White with #D71A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A83; }

 p { color: rgb(215,26,131); }

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

background-color css

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

 a { background-color: rgb(215,26,131); }

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

border-color css

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

 span { border-color: rgb(215,26,131); }

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