Html Css Color HEX #D71AA2 Medium Violet Red

📋 copy color: '#D71AA2'

red 215 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #D71AA2

Tints of Medium Violet Red #D71AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 53.35%
G = 6.45%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D71AA2 (or 0xD71AA2) is known color: Medium Violet Red. HEX triplet: D7, 1A and A2. RGB value is (215,26,162). Sum of RGB (Red+Green+Blue) = 215+26+162=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AA2 is #28E55D. Grayscale: #616161. Windows color (decimal): -2680158 or 10623703. OLE color: 10623703.

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

Color convert

RGB 215 26 162 -
CMYK 0 0.88 0.25 0.16
HSL 316.83º 0.78% 0.47% -
HSV(B) 316.83º 0.88% 0.84% -
XYZ 34.92 17.79 35.78 -
YUV 98.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 215 26 162 0 0.88 0.25 0.16 316.83 0.78 0.47
Hex D7 1A A2 0 58 19 10 13D 4E 2F
Octal 327 32 242 0 130 31 20 475 116 57
Binary 11010111 11010 10100010 0 1011000 11001 10000 100111101 1001110 101111

Color Harmonies of #D71AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AA2

Black with #D71AA2

Text Example


Text Example

White with #D71AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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