Html Css Color HEX #D41590 Medium Violet Red

📋 copy color: '#D41590'

red 212 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #D41590

Tints of Medium Violet Red #D41590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.57%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 56.23%
G = 5.57%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D41590 (or 0xD41590) is known color: Medium Violet Red. HEX triplet: D4, 15 and 90. RGB value is (212,21,144). Sum of RGB (Red+Green+Blue) = 212+21+144=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D41590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41590 is #2BEA6F. Grayscale: #5B5B5B. Windows color (decimal): -2878064 or 9442772. OLE color: 9442772.

HSL color Cylindrical-coordinate representation of color #D41590: hue angle of 321.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41590 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 144 -
CMYK 0 0.90 0.32 0.17
HSL 321.36º 0.82% 0.46% -
HSV(B) 321.36º 0.9% 0.83% -
XYZ 32.45 16.55 27.87 -
YUV 92.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 212 21 144 0 0.90 0.32 0.17 321.36 0.82 0.46
Hex D4 15 90 0 5A 20 11 141 52 2E
Octal 324 25 220 0 132 40 21 501 122 56
Binary 11010100 10101 10010000 0 1011010 100000 10001 101000001 1010010 101110

Color Harmonies of #D41590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41590

Black with #D41590

Text Example


Text Example

White with #D41590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41590; }

 p { color: rgb(212,21,144); }

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

background-color css

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

 a { background-color: rgb(212,21,144); }

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

border-color css

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

 span { border-color: rgb(212,21,144); }

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