Html Css Color HEX #D40495 Medium Violet Red

📋 copy color: '#D40495'

red 212 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #D40495

Tints of Medium Violet Red #D40495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 58.08%
G = 1.1%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D40495 (or 0xD40495) is known color: Medium Violet Red. HEX triplet: D4, 04 and 95. RGB value is (212,4,149). Sum of RGB (Red+Green+Blue) = 212+4+149=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D40495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40495 is #2BFB6A. Grayscale: #525252. Windows color (decimal): -2882411 or 9766100. OLE color: 9766100.

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

Color convert

RGB 212 4 149 -
CMYK 0 0.98 0.30 0.17
HSL 318.17º 0.96% 0.42% -
HSV(B) 318.17º 0.98% 0.83% -
XYZ 32.62 16.25 29.85 -
YUV 82.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 212 4 149 0 0.98 0.30 0.17 318.17 0.96 0.42
Hex D4 4 95 0 62 1E 11 13E 60 2A
Octal 324 4 225 0 142 36 21 476 140 52
Binary 11010100 100 10010101 0 1100010 11110 10001 100111110 1100000 101010

Color Harmonies of #D40495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40495

Black with #D40495

Text Example


Text Example

White with #D40495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40495; }

 p { color: rgb(212,4,149); }

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

background-color css

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

 a { background-color: rgb(212,4,149); }

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

border-color css

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

 span { border-color: rgb(212,4,149); }

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