Html Css Color HEX #D40891 Medium Violet Red

📋 copy color: '#D40891'

red 212 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #D40891

Tints of Medium Violet Red #D40891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 58.08%
G = 2.19%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D40891 (or 0xD40891) is known color: Medium Violet Red. HEX triplet: D4, 08 and 91. RGB value is (212,8,145). Sum of RGB (Red+Green+Blue) = 212+8+145=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D40891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40891 is #2BF76E. Grayscale: #545454. Windows color (decimal): -2881391 or 9504980. OLE color: 9504980.

HSL color Cylindrical-coordinate representation of color #D40891: hue angle of 319.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40891 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 145 -
CMYK 0 0.96 0.32 0.17
HSL 319.71º 0.93% 0.43% -
HSV(B) 319.71º 0.96% 0.83% -
XYZ 32.35 16.22 28.21 -
YUV 84.61 162.09 218.86 -
System Red Green Blue C M Y K H S L
Decimal 212 8 145 0 0.96 0.32 0.17 319.71 0.93 0.43
Hex D4 8 91 0 60 20 11 140 5D 2B
Octal 324 10 221 0 140 40 21 500 135 53
Binary 11010100 1000 10010001 0 1100000 100000 10001 101000000 1011101 101011

Color Harmonies of #D40891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40891

Black with #D40891

Text Example


Text Example

White with #D40891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40891; }

 p { color: rgb(212,8,145); }

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

background-color css

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

 a { background-color: rgb(212,8,145); }

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

border-color css

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

 span { border-color: rgb(212,8,145); }

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