Html Css Color HEX #D42193 Medium Violet Red

📋 copy color: '#D42193'

red 212 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #D42193

Tints of Medium Violet Red #D42193

RGB

 RED value IS 212 (83.2% from 255) = 54.08%

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

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

R = 54.08%
G = 8.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D42193 (or 0xD42193) is known color: Medium Violet Red. HEX triplet: D4, 21 and 93. RGB value is (212,33,147). Sum of RGB (Red+Green+Blue) = 212+33+147=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D42193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42193 is #2BDE6C. Grayscale: #636363. Windows color (decimal): -2874989 or 9642452. OLE color: 9642452.

HSL color Cylindrical-coordinate representation of color #D42193: hue angle of 321.79º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42193 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 147 -
CMYK 0 0.84 0.31 0.17
HSL 321.79º 0.73% 0.48% -
HSV(B) 321.79º 0.84% 0.83% -
XYZ 32.96 17.19 29.18 -
YUV 99.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 212 33 147 0 0.84 0.31 0.17 321.79 0.73 0.48
Hex D4 21 93 0 54 1F 11 142 49 30
Octal 324 41 223 0 124 37 21 502 111 60
Binary 11010100 100001 10010011 0 1010100 11111 10001 101000010 1001001 110000

Color Harmonies of #D42193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42193

Black with #D42193

Text Example


Text Example

White with #D42193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42193; }

 p { color: rgb(212,33,147); }

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

background-color css

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

 a { background-color: rgb(212,33,147); }

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

border-color css

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

 span { border-color: rgb(212,33,147); }

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