Html Css Color HEX #D42197 Medium Violet Red

📋 copy color: '#D42197'

red 212 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #D42197

Tints of Medium Violet Red #D42197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 53.54%
G = 8.33%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D42197 (or 0xD42197) is known color: Medium Violet Red. HEX triplet: D4, 21 and 97. RGB value is (212,33,151). Sum of RGB (Red+Green+Blue) = 212+33+151=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D42197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42197 is #2BDE68. Grayscale: #636363. Windows color (decimal): -2874985 or 9904596. OLE color: 9904596.

HSL color Cylindrical-coordinate representation of color #D42197: hue angle of 320.45º 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 #D42197 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 151 -
CMYK 0 0.84 0.29 0.17
HSL 320.45º 0.73% 0.48% -
HSV(B) 320.45º 0.84% 0.83% -
XYZ 33.28 17.32 30.87 -
YUV 99.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 212 33 151 0 0.84 0.29 0.17 320.45 0.73 0.48
Hex D4 21 97 0 54 1D 11 140 49 30
Octal 324 41 227 0 124 35 21 500 111 60
Binary 11010100 100001 10010111 0 1010100 11101 10001 101000000 1001001 110000

Color Harmonies of #D42197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42197

Black with #D42197

Text Example


Text Example

White with #D42197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42197; }

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

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

background-color css

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

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

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

border-color css

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

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

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