Html Css Color HEX #D40096 Medium Violet Red

📋 copy color: '#D40096'

red 212 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #D40096

Tints of Medium Violet Red #D40096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 58.56%
G = 0%
B = 41.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D40096 (or 0xD40096) is known color: Medium Violet Red. HEX triplet: D4, 00 and 96. RGB value is (212,0,150). Sum of RGB (Red+Green+Blue) = 212+0+150=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D40096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40096 is #2BFF69. Grayscale: #505050. Windows color (decimal): -2883434 or 9830612. OLE color: 9830612.

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

Color convert

RGB 212 0 150 -
CMYK 0 1 0.29 0.17
HSL 317.55º 1% 0.42% -
HSV(B) 317.55º 1% 0.83% -
XYZ 32.66 16.2 30.26 -
YUV 80.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 212 0 150 0 1 0.29 0.17 317.55 1 0.42
Hex D4 0 96 0 64 1D 11 13E 64 2A
Octal 324 0 226 0 144 35 21 476 144 52
Binary 11010100 0 10010110 0 1100100 11101 10001 100111110 1100100 101010

Color Harmonies of #D40096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40096

Black with #D40096

Text Example


Text Example

White with #D40096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40096; }

 p { color: rgb(212,0,150); }

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

background-color css

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

 a { background-color: rgb(212,0,150); }

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

border-color css

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

 span { border-color: rgb(212,0,150); }

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