Html Css Color HEX #D4198A Medium Violet Red

📋 copy color: '#D4198A'

red 212 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #D4198A

Tints of Medium Violet Red #D4198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 56.53%
G = 6.67%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4198A (or 0xD4198A) is known color: Medium Violet Red. HEX triplet: D4, 19 and 8A. RGB value is (212,25,138). Sum of RGB (Red+Green+Blue) = 212+25+138=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4198A is #2BE675. Grayscale: #5D5D5D. Windows color (decimal): -2877046 or 9050580. OLE color: 9050580.

HSL color Cylindrical-coordinate representation of color #D4198A: hue angle of 323.74º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4198A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 138 -
CMYK 0 0.88 0.35 0.17
HSL 323.74º 0.79% 0.46% -
HSV(B) 323.74º 0.88% 0.83% -
XYZ 32.09 16.53 25.54 -
YUV 93.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 212 25 138 0 0.88 0.35 0.17 323.74 0.79 0.46
Hex D4 19 8A 0 58 23 11 144 4F 2E
Octal 324 31 212 0 130 43 21 504 117 56
Binary 11010100 11001 10001010 0 1011000 100011 10001 101000100 1001111 101110

Color Harmonies of #D4198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4198A

Black with #D4198A

Text Example


Text Example

White with #D4198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4198A; }

 p { color: rgb(212,25,138); }

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

background-color css

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

 a { background-color: rgb(212,25,138); }

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

border-color css

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

 span { border-color: rgb(212,25,138); }

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