Html Css Color HEX #D4128D Medium Violet Red

📋 copy color: '#D4128D'

red 212 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #D4128D

Tints of Medium Violet Red #D4128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 57.14%
G = 4.85%
B = 38.01%

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

#D4128D (or 0xD4128D) is known color: Medium Violet Red. HEX triplet: D4, 12 and 8D. RGB value is (212,18,141). Sum of RGB (Red+Green+Blue) = 212+18+141=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4128D is #2BED72. Grayscale: #595959. Windows color (decimal): -2878835 or 9245396. OLE color: 9245396.

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

Color convert

RGB 212 18 141 -
CMYK 0 0.92 0.33 0.17
HSL 321.96º 0.84% 0.45% -
HSV(B) 321.96º 0.92% 0.83% -
XYZ 32.18 16.35 26.66 -
YUV 90.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 212 18 141 0 0.92 0.33 0.17 321.96 0.84 0.45
Hex D4 12 8D 0 5C 21 11 142 54 2D
Octal 324 22 215 0 134 41 21 502 124 55
Binary 11010100 10010 10001101 0 1011100 100001 10001 101000010 1010100 101101

Color Harmonies of #D4128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4128D

Black with #D4128D

Text Example


Text Example

White with #D4128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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