Html Css Color HEX #D4199D Medium Violet Red

📋 copy color: '#D4199D'

red 212 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #D4199D

Tints of Medium Violet Red #D4199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 53.81%
G = 6.35%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4199D (or 0xD4199D) is known color: Medium Violet Red. HEX triplet: D4, 19 and 9D. RGB value is (212,25,157). Sum of RGB (Red+Green+Blue) = 212+25+157=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4199D is #2BE662. Grayscale: #5F5F5F. Windows color (decimal): -2877027 or 10295764. OLE color: 10295764.

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

Color convert

RGB 212 25 157 -
CMYK 0 0.88 0.26 0.17
HSL 317.65º 0.79% 0.46% -
HSV(B) 317.65º 0.88% 0.83% -
XYZ 33.58 17.13 33.43 -
YUV 95.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 212 25 157 0 0.88 0.26 0.17 317.65 0.79 0.46
Hex D4 19 9D 0 58 1A 11 13E 4F 2E
Octal 324 31 235 0 130 32 21 476 117 56
Binary 11010100 11001 10011101 0 1011000 11010 10001 100111110 1001111 101110

Color Harmonies of #D4199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4199D

Black with #D4199D

Text Example


Text Example

White with #D4199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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