Html Css Color HEX #D41AAB Medium Violet Red

📋 copy color: '#D41AAB'

red 212 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #D41AAB

Tints of Medium Violet Red #D41AAB

RGB

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

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

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

R = 51.83%
G = 6.36%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D41AAB (or 0xD41AAB) is known color: Medium Violet Red. HEX triplet: D4, 1A and AB. RGB value is (212,26,171). Sum of RGB (Red+Green+Blue) = 212+26+171=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D41AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41AAB is #2BE554. Grayscale: #616161. Windows color (decimal): -2876757 or 11213524. OLE color: 11213524.

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

Color convert

RGB 212 26 171 -
CMYK 0 0.88 0.19 0.17
HSL 313.23º 0.78% 0.47% -
HSV(B) 313.23º 0.88% 0.83% -
XYZ 34.87 17.68 40.1 -
YUV 98.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 212 26 171 0 0.88 0.19 0.17 313.23 0.78 0.47
Hex D4 1A AB 0 58 13 11 139 4E 2F
Octal 324 32 253 0 130 23 21 471 116 57
Binary 11010100 11010 10101011 0 1011000 10011 10001 100111001 1001110 101111

Color Harmonies of #D41AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AAB

Black with #D41AAB

Text Example


Text Example

White with #D41AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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