Html Css Color HEX #D4148A Medium Violet Red

📋 copy color: '#D4148A'

red 212 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #D4148A

Tints of Medium Violet Red #D4148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 57.3%
G = 5.41%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4148A (or 0xD4148A) is known color: Medium Violet Red. HEX triplet: D4, 14 and 8A. RGB value is (212,20,138). Sum of RGB (Red+Green+Blue) = 212+20+138=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4148A is #2BEB75. Grayscale: #5A5A5A. Windows color (decimal): -2878326 or 9049300. OLE color: 9049300.

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

Color convert

RGB 212 20 138 -
CMYK 0 0.91 0.35 0.17
HSL 323.13º 0.83% 0.45% -
HSV(B) 323.13º 0.91% 0.83% -
XYZ 31.99 16.33 25.51 -
YUV 90.86 154.61 214.41 -
System Red Green Blue C M Y K H S L
Decimal 212 20 138 0 0.91 0.35 0.17 323.13 0.83 0.45
Hex D4 14 8A 0 5B 23 11 143 53 2D
Octal 324 24 212 0 133 43 21 503 123 55
Binary 11010100 10100 10001010 0 1011011 100011 10001 101000011 1010011 101101

Color Harmonies of #D4148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4148A

Black with #D4148A

Text Example


Text Example

White with #D4148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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