Html Css Color HEX #D71A8A Medium Violet Red

📋 copy color: '#D71A8A'

red 215 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #D71A8A

Tints of Medium Violet Red #D71A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 56.73%
G = 6.86%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D71A8A (or 0xD71A8A) is known color: Medium Violet Red. HEX triplet: D7, 1A and 8A. RGB value is (215,26,138). Sum of RGB (Red+Green+Blue) = 215+26+138=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71A8A is #28E575. Grayscale: #5F5F5F. Windows color (decimal): -2680182 or 9050839. OLE color: 9050839.

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

Color convert

RGB 215 26 138 -
CMYK 0 0.88 0.36 0.16
HSL 324.44º 0.78% 0.47% -
HSV(B) 324.44º 0.88% 0.84% -
XYZ 32.98 17.02 25.59 -
YUV 95.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 215 26 138 0 0.88 0.36 0.16 324.44 0.78 0.47
Hex D7 1A 8A 0 58 24 10 144 4E 2F
Octal 327 32 212 0 130 44 20 504 116 57
Binary 11010111 11010 10001010 0 1011000 100100 10000 101000100 1001110 101111

Color Harmonies of #D71A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A8A

Black with #D71A8A

Text Example


Text Example

White with #D71A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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