Html Css Color HEX #D4187D Medium Violet Red

📋 copy color: '#D4187D'

red 212 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #D4187D

Tints of Medium Violet Red #D4187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.65%

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

R = 58.73%
G = 6.65%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4187D (or 0xD4187D) is known color: Medium Violet Red. HEX triplet: D4, 18 and 7D. RGB value is (212,24,125). Sum of RGB (Red+Green+Blue) = 212+24+125=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4187D is #2BE782. Grayscale: #5B5B5B. Windows color (decimal): -2877315 or 8198356. OLE color: 8198356.

HSL color Cylindrical-coordinate representation of color #D4187D: hue angle of 327.77º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4187D is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 125 -
CMYK 0 0.89 0.41 0.17
HSL 327.77º 0.8% 0.46% -
HSV(B) 327.77º 0.89% 0.83% -
XYZ 31.18 16.13 20.87 -
YUV 91.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 212 24 125 0 0.89 0.41 0.17 327.77 0.8 0.46
Hex D4 18 7D 0 59 29 11 148 50 2E
Octal 324 30 175 0 131 51 21 510 120 56
Binary 11010100 11000 1111101 0 1011001 101001 10001 101001000 1010000 101110

Color Harmonies of #D4187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4187D

Black with #D4187D

Text Example


Text Example

White with #D4187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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