Html Css Color HEX #D4197E Medium Violet Red

📋 copy color: '#D4197E'

red 212 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #D4197E

Tints of Medium Violet Red #D4197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 58.4%
G = 6.89%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4197E (or 0xD4197E) is known color: Medium Violet Red. HEX triplet: D4, 19 and 7E. RGB value is (212,25,126). Sum of RGB (Red+Green+Blue) = 212+25+126=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4197E is #2BE681. Grayscale: #5C5C5C. Windows color (decimal): -2877058 or 8264148. OLE color: 8264148.

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

Color convert

RGB 212 25 126 -
CMYK 0 0.88 0.41 0.17
HSL 327.59º 0.79% 0.46% -
HSV(B) 327.59º 0.88% 0.83% -
XYZ 31.26 16.2 21.22 -
YUV 92.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 212 25 126 0 0.88 0.41 0.17 327.59 0.79 0.46
Hex D4 19 7E 0 58 29 11 148 4F 2E
Octal 324 31 176 0 130 51 21 510 117 56
Binary 11010100 11001 1111110 0 1011000 101001 10001 101001000 1001111 101110

Color Harmonies of #D4197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4197E

Black with #D4197E

Text Example


Text Example

White with #D4197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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