Html Css Color HEX #D4147C Medium Violet Red

📋 copy color: '#D4147C'

red 212 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #D4147C

Tints of Medium Violet Red #D4147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 59.55%
G = 5.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4147C (or 0xD4147C) is known color: Medium Violet Red. HEX triplet: D4, 14 and 7C. RGB value is (212,20,124). Sum of RGB (Red+Green+Blue) = 212+20+124=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4147C is #2BEB83. Grayscale: #595959. Windows color (decimal): -2878340 or 8131796. OLE color: 8131796.

HSL color Cylindrical-coordinate representation of color #D4147C: hue angle of 327.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4147C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 124 -
CMYK 0 0.91 0.42 0.17
HSL 327.5º 0.83% 0.45% -
HSV(B) 327.5º 0.91% 0.83% -
XYZ 31.04 15.95 20.51 -
YUV 89.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 212 20 124 0 0.91 0.42 0.17 327.5 0.83 0.45
Hex D4 14 7C 0 5B 2A 11 148 53 2D
Octal 324 24 174 0 133 52 21 510 123 55
Binary 11010100 10100 1111100 0 1011011 101010 10001 101001000 1010011 101101

Color Harmonies of #D4147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4147C

Black with #D4147C

Text Example


Text Example

White with #D4147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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