Html Css Color HEX #D4149E Medium Violet Red

📋 copy color: '#D4149E'

red 212 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #D4149E

Tints of Medium Violet Red #D4149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.13%

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 54.36%
G = 5.13%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4149E (or 0xD4149E) is known color: Medium Violet Red. HEX triplet: D4, 14 and 9E. RGB value is (212,20,158). Sum of RGB (Red+Green+Blue) = 212+20+158=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4149E is #2BEB61. Grayscale: #5C5C5C. Windows color (decimal): -2878306 or 10360020. OLE color: 10360020.

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

Color convert

RGB 212 20 158 -
CMYK 0 0.91 0.25 0.17
HSL 316.88º 0.83% 0.45% -
HSV(B) 316.88º 0.91% 0.83% -
XYZ 33.57 16.97 33.85 -
YUV 93.14 164.61 212.78 -
System Red Green Blue C M Y K H S L
Decimal 212 20 158 0 0.91 0.25 0.17 316.88 0.83 0.45
Hex D4 14 9E 0 5B 19 11 13D 53 2D
Octal 324 24 236 0 133 31 21 475 123 55
Binary 11010100 10100 10011110 0 1011011 11001 10001 100111101 1010011 101101

Color Harmonies of #D4149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4149E

Black with #D4149E

Text Example


Text Example

White with #D4149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4149E; }

 p { color: rgb(212,20,158); }

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

background-color css

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

 a { background-color: rgb(212,20,158); }

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

border-color css

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

 span { border-color: rgb(212,20,158); }

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