Html Css Color HEX #D721A0 Medium Violet Red

📋 copy color: '#D721A0'

red 215 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #D721A0

Tints of Medium Violet Red #D721A0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.09%

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 52.7%
G = 8.09%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D721A0 (or 0xD721A0) is known color: Medium Violet Red. HEX triplet: D7, 21 and A0. RGB value is (215,33,160). Sum of RGB (Red+Green+Blue) = 215+33+160=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D721A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D721A0 is #28DE5F. Grayscale: #656565. Windows color (decimal): -2678368 or 10494423. OLE color: 10494423.

HSL color Cylindrical-coordinate representation of color #D721A0: hue angle of 318.13º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D721A0 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 33 160 -
CMYK 0 0.85 0.26 0.16
HSL 318.13º 0.73% 0.49% -
HSV(B) 318.13º 0.85% 0.84% -
XYZ 34.91 18.07 34.91 -
YUV 101.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 215 33 160 0 0.85 0.26 0.16 318.13 0.73 0.49
Hex D7 21 A0 0 55 1A 10 13E 49 31
Octal 327 41 240 0 125 32 20 476 111 61
Binary 11010111 100001 10100000 0 1010101 11010 10000 100111110 1001001 110001

Color Harmonies of #D721A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721A0

Black with #D721A0

Text Example


Text Example

White with #D721A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721A0; }

 p { color: rgb(215,33,160); }

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

background-color css

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

 a { background-color: rgb(215,33,160); }

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

border-color css

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

 span { border-color: rgb(215,33,160); }

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