Html Css Color HEX #D71AA8 Medium Violet Red

📋 copy color: '#D71AA8'

red 215 ◦ green 26 ◦ blue 168

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

Shades of Medium Violet Red #D71AA8

Tints of Medium Violet Red #D71AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 52.57%
G = 6.36%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D71AA8 (or 0xD71AA8) is known color: Medium Violet Red. HEX triplet: D7, 1A and A8. RGB value is (215,26,168). Sum of RGB (Red+Green+Blue) = 215+26+168=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AA8 is #28E557. Grayscale: #626262. Windows color (decimal): -2680152 or 11016919. OLE color: 11016919.

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

Color convert

RGB 215 26 168 -
CMYK 0 0.88 0.22 0.16
HSL 314.92º 0.78% 0.47% -
HSV(B) 314.92º 0.88% 0.84% -
XYZ 35.46 18.01 38.65 -
YUV 98.7 167.12 210.95 -
System Red Green Blue C M Y K H S L
Decimal 215 26 168 0 0.88 0.22 0.16 314.92 0.78 0.47
Hex D7 1A A8 0 58 16 10 13B 4E 2F
Octal 327 32 250 0 130 26 20 473 116 57
Binary 11010111 11010 10101000 0 1011000 10110 10000 100111011 1001110 101111

Color Harmonies of #D71AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AA8

Black with #D71AA8

Text Example


Text Example

White with #D71AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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