Html Css Color HEX #D4137D Medium Violet Red

📋 copy color: '#D4137D'

red 212 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #D4137D

Tints of Medium Violet Red #D4137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 59.55%
G = 5.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4137D (or 0xD4137D) is known color: Medium Violet Red. HEX triplet: D4, 13 and 7D. RGB value is (212,19,125). Sum of RGB (Red+Green+Blue) = 212+19+125=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4137D is #2BEC82. Grayscale: #585858. Windows color (decimal): -2878595 or 8197076. OLE color: 8197076.

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

Color convert

RGB 212 19 125 -
CMYK 0 0.91 0.41 0.17
HSL 327.05º 0.84% 0.45% -
HSV(B) 327.05º 0.91% 0.83% -
XYZ 31.09 15.94 20.84 -
YUV 88.79 148.44 215.88 -
System Red Green Blue C M Y K H S L
Decimal 212 19 125 0 0.91 0.41 0.17 327.05 0.84 0.45
Hex D4 13 7D 0 5B 29 11 147 54 2D
Octal 324 23 175 0 133 51 21 507 124 55
Binary 11010100 10011 1111101 0 1011011 101001 10001 101000111 1010100 101101

Color Harmonies of #D4137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4137D

Black with #D4137D

Text Example


Text Example

White with #D4137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4137D; }

 p { color: rgb(212,19,125); }

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

background-color css

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

 a { background-color: rgb(212,19,125); }

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

border-color css

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

 span { border-color: rgb(212,19,125); }

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