Html Css Color HEX #D72093 Medium Violet Red

📋 copy color: '#D72093'

red 215 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #D72093

Tints of Medium Violet Red #D72093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 54.57%
G = 8.12%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D72093 (or 0xD72093) is known color: Medium Violet Red. HEX triplet: D7, 20 and 93. RGB value is (215,32,147). Sum of RGB (Red+Green+Blue) = 215+32+147=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D72093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72093 is #28DF6C. Grayscale: #636363. Windows color (decimal): -2678637 or 9642199. OLE color: 9642199.

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

Color convert

RGB 215 32 147 -
CMYK 0 0.85 0.32 0.16
HSL 322.3º 0.74% 0.48% -
HSV(B) 322.3º 0.85% 0.84% -
XYZ 33.81 17.59 29.22 -
YUV 99.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 215 32 147 0 0.85 0.32 0.16 322.3 0.74 0.48
Hex D7 20 93 0 55 20 10 142 4A 30
Octal 327 40 223 0 125 40 20 502 112 60
Binary 11010111 100000 10010011 0 1010101 100000 10000 101000010 1001010 110000

Color Harmonies of #D72093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72093

Black with #D72093

Text Example


Text Example

White with #D72093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72093; }

 p { color: rgb(215,32,147); }

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

background-color css

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

 a { background-color: rgb(215,32,147); }

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

border-color css

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

 span { border-color: rgb(215,32,147); }

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