Html Css Color HEX #D4128E Medium Violet Red

📋 copy color: '#D4128E'

red 212 ◦ green 18 ◦ blue 142

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

Shades of Medium Violet Red #D4128E

Tints of Medium Violet Red #D4128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.84%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 56.99%
G = 4.84%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4128E (or 0xD4128E) is known color: Medium Violet Red. HEX triplet: D4, 12 and 8E. RGB value is (212,18,142). Sum of RGB (Red+Green+Blue) = 212+18+142=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4128E is #2BED71. Grayscale: #595959. Windows color (decimal): -2878834 or 9310932. OLE color: 9310932.

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

Color convert

RGB 212 18 142 -
CMYK 0 0.92 0.33 0.17
HSL 321.65º 0.84% 0.45% -
HSV(B) 321.65º 0.92% 0.83% -
XYZ 32.25 16.38 27.05 -
YUV 90.14 157.27 214.92 -
System Red Green Blue C M Y K H S L
Decimal 212 18 142 0 0.92 0.33 0.17 321.65 0.84 0.45
Hex D4 12 8E 0 5C 21 11 142 54 2D
Octal 324 22 216 0 134 41 21 502 124 55
Binary 11010100 10010 10001110 0 1011100 100001 10001 101000010 1010100 101101

Color Harmonies of #D4128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4128E

Black with #D4128E

Text Example


Text Example

White with #D4128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4128E; }

 p { color: rgb(212,18,142); }

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

background-color css

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

 a { background-color: rgb(212,18,142); }

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

border-color css

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

 span { border-color: rgb(212,18,142); }

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