Html Css Color HEX #D41BA6 Medium Violet Red

📋 copy color: '#D41BA6'

red 212 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #D41BA6

Tints of Medium Violet Red #D41BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.67%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 52.35%
G = 6.67%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D41BA6 (or 0xD41BA6) is known color: Medium Violet Red. HEX triplet: D4, 1B and A6. RGB value is (212,27,166). Sum of RGB (Red+Green+Blue) = 212+27+166=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41BA6 is #2BE459. Grayscale: #616161. Windows color (decimal): -2876506 or 10886100. OLE color: 10886100.

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

Color convert

RGB 212 27 166 -
CMYK 0 0.87 0.22 0.17
HSL 314.92º 0.77% 0.47% -
HSV(B) 314.92º 0.87% 0.83% -
XYZ 34.43 17.53 37.65 -
YUV 98.16 166.29 209.2 -
System Red Green Blue C M Y K H S L
Decimal 212 27 166 0 0.87 0.22 0.17 314.92 0.77 0.47
Hex D4 1B A6 0 57 16 11 13B 4D 2F
Octal 324 33 246 0 127 26 21 473 115 57
Binary 11010100 11011 10100110 0 1010111 10110 10001 100111011 1001101 101111

Color Harmonies of #D41BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41BA6

Black with #D41BA6

Text Example


Text Example

White with #D41BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41BA6; }

 p { color: rgb(212,27,166); }

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

background-color css

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

 a { background-color: rgb(212,27,166); }

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

border-color css

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

 span { border-color: rgb(212,27,166); }

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