Html Css Color HEX #D4197C Medium Violet Red

📋 copy color: '#D4197C'

red 212 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D4197C

Tints of Medium Violet Red #D4197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 58.73%
G = 6.93%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4197C (or 0xD4197C) is known color: Medium Violet Red. HEX triplet: D4, 19 and 7C. RGB value is (212,25,124). Sum of RGB (Red+Green+Blue) = 212+25+124=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4197C is #2BE683. Grayscale: #5B5B5B. Windows color (decimal): -2877060 or 8133076. OLE color: 8133076.

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

Color convert

RGB 212 25 124 -
CMYK 0 0.88 0.42 0.17
HSL 328.24º 0.79% 0.46% -
HSV(B) 328.24º 0.88% 0.83% -
XYZ 31.14 16.15 20.54 -
YUV 92.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 212 25 124 0 0.88 0.42 0.17 328.24 0.79 0.46
Hex D4 19 7C 0 58 2A 11 148 4F 2E
Octal 324 31 174 0 130 52 21 510 117 56
Binary 11010100 11001 1111100 0 1011000 101010 10001 101001000 1001111 101110

Color Harmonies of #D4197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4197C

Black with #D4197C

Text Example


Text Example

White with #D4197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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