Html Css Color HEX #D4187E Medium Violet Red

📋 copy color: '#D4187E'

red 212 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #D4187E

Tints of Medium Violet Red #D4187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 58.56%
G = 6.63%
B = 34.81%

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

#D4187E (or 0xD4187E) is known color: Medium Violet Red. HEX triplet: D4, 18 and 7E. RGB value is (212,24,126). Sum of RGB (Red+Green+Blue) = 212+24+126=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4187E is #2BE781. Grayscale: #5B5B5B. Windows color (decimal): -2877314 or 8263892. OLE color: 8263892.

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

Color convert

RGB 212 24 126 -
CMYK 0 0.89 0.41 0.17
HSL 327.45º 0.8% 0.46% -
HSV(B) 327.45º 0.89% 0.83% -
XYZ 31.24 16.16 21.21 -
YUV 91.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 212 24 126 0 0.89 0.41 0.17 327.45 0.8 0.46
Hex D4 18 7E 0 59 29 11 147 50 2E
Octal 324 30 176 0 131 51 21 507 120 56
Binary 11010100 11000 1111110 0 1011001 101001 10001 101000111 1010000 101110

Color Harmonies of #D4187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4187E

Black with #D4187E

Text Example


Text Example

White with #D4187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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