Html Css Color HEX #D41A92 Medium Violet Red

📋 copy color: '#D41A92'

red 212 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #D41A92

Tints of Medium Violet Red #D41A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 55.21%
G = 6.77%
B = 38.02%

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

#D41A92 (or 0xD41A92) is known color: Medium Violet Red. HEX triplet: D4, 1A and 92. RGB value is (212,26,146). Sum of RGB (Red+Green+Blue) = 212+26+146=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41A92 is #2BE56D. Grayscale: #5F5F5F. Windows color (decimal): -2876782 or 9575124. OLE color: 9575124.

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

Color convert

RGB 212 26 146 -
CMYK 0 0.88 0.31 0.17
HSL 321.29º 0.78% 0.47% -
HSV(B) 321.29º 0.88% 0.83% -
XYZ 32.71 16.81 28.72 -
YUV 95.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 212 26 146 0 0.88 0.31 0.17 321.29 0.78 0.47
Hex D4 1A 92 0 58 1F 11 141 4E 2F
Octal 324 32 222 0 130 37 21 501 116 57
Binary 11010100 11010 10010010 0 1011000 11111 10001 101000001 1001110 101111

Color Harmonies of #D41A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A92

Black with #D41A92

Text Example


Text Example

White with #D41A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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