Html Css Color HEX #D41DAB Medium Violet Red

📋 copy color: '#D41DAB'

red 212 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #D41DAB

Tints of Medium Violet Red #D41DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 51.46%
G = 7.04%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D41DAB (or 0xD41DAB) is known color: Medium Violet Red. HEX triplet: D4, 1D and AB. RGB value is (212,29,171). Sum of RGB (Red+Green+Blue) = 212+29+171=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DAB is #2BE254. Grayscale: #636363. Windows color (decimal): -2875989 or 11214292. OLE color: 11214292.

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

Color convert

RGB 212 29 171 -
CMYK 0 0.86 0.19 0.17
HSL 313.44º 0.76% 0.47% -
HSV(B) 313.44º 0.86% 0.83% -
XYZ 34.94 17.82 40.13 -
YUV 99.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 212 29 171 0 0.86 0.19 0.17 313.44 0.76 0.47
Hex D4 1D AB 0 56 13 11 139 4C 2F
Octal 324 35 253 0 126 23 21 471 114 57
Binary 11010100 11101 10101011 0 1010110 10011 10001 100111001 1001100 101111

Color Harmonies of #D41DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DAB

Black with #D41DAB

Text Example


Text Example

White with #D41DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DAB; }

 p { color: rgb(212,29,171); }

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

background-color css

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

 a { background-color: rgb(212,29,171); }

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

border-color css

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

 span { border-color: rgb(212,29,171); }

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