Html Css Color HEX #D41A93 Medium Violet Red

📋 copy color: '#D41A93'

red 212 ◦ green 26 ◦ blue 147

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

Shades of Medium Violet Red #D41A93

Tints of Medium Violet Red #D41A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.75%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 55.06%
G = 6.75%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D41A93 (or 0xD41A93) is known color: Medium Violet Red. HEX triplet: D4, 1A and 93. RGB value is (212,26,147). Sum of RGB (Red+Green+Blue) = 212+26+147=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A93 is #2BE56C. Grayscale: #5F5F5F. Windows color (decimal): -2876781 or 9640660. OLE color: 9640660.

HSL color Cylindrical-coordinate representation of color #D41A93: hue angle of 320.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A93 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 147 -
CMYK 0 0.88 0.31 0.17
HSL 320.97º 0.78% 0.47% -
HSV(B) 320.97º 0.88% 0.83% -
XYZ 32.79 16.84 29.13 -
YUV 95.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 212 26 147 0 0.88 0.31 0.17 320.97 0.78 0.47
Hex D4 1A 93 0 58 1F 11 141 4E 2F
Octal 324 32 223 0 130 37 21 501 116 57
Binary 11010100 11010 10010011 0 1011000 11111 10001 101000001 1001110 101111

Color Harmonies of #D41A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A93

Black with #D41A93

Text Example


Text Example

White with #D41A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A93; }

 p { color: rgb(212,26,147); }

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

background-color css

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

 a { background-color: rgb(212,26,147); }

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

border-color css

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

 span { border-color: rgb(212,26,147); }

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