Html Css Color HEX #D4148C Medium Violet Red

📋 copy color: '#D4148C'

red 212 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #D4148C

Tints of Medium Violet Red #D4148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 56.99%
G = 5.38%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4148C (or 0xD4148C) is known color: Medium Violet Red. HEX triplet: D4, 14 and 8C. RGB value is (212,20,140). Sum of RGB (Red+Green+Blue) = 212+20+140=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4148C is #2BEB73. Grayscale: #5A5A5A. Windows color (decimal): -2878324 or 9180372. OLE color: 9180372.

HSL color Cylindrical-coordinate representation of color #D4148C: hue angle of 322.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 #D4148C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 140 -
CMYK 0 0.91 0.34 0.17
HSL 322.5º 0.83% 0.45% -
HSV(B) 322.5º 0.91% 0.83% -
XYZ 32.14 16.39 26.28 -
YUV 91.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 212 20 140 0 0.91 0.34 0.17 322.5 0.83 0.45
Hex D4 14 8C 0 5B 22 11 142 53 2D
Octal 324 24 214 0 133 42 21 502 123 55
Binary 11010100 10100 10001100 0 1011011 100010 10001 101000010 1010011 101101

Color Harmonies of #D4148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4148C

Black with #D4148C

Text Example


Text Example

White with #D4148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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