Html Css Color HEX #D40099 Medium Violet Red

📋 copy color: '#D40099'

red 212 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #D40099

Tints of Medium Violet Red #D40099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 58.08%
G = 0%
B = 41.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D40099 (or 0xD40099) is known color: Medium Violet Red. HEX triplet: D4, 00 and 99. RGB value is (212,0,153). Sum of RGB (Red+Green+Blue) = 212+0+153=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D40099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40099 is #2BFF66. Grayscale: #505050. Windows color (decimal): -2883431 or 10027220. OLE color: 10027220.

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

Color convert

RGB 212 0 153 -
CMYK 0 1 0.28 0.17
HSL 316.7º 1% 0.42% -
HSV(B) 316.7º 1% 0.83% -
XYZ 32.9 16.3 31.55 -
YUV 80.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 212 0 153 0 1 0.28 0.17 316.7 1 0.42
Hex D4 0 99 0 64 1C 11 13D 64 2A
Octal 324 0 231 0 144 34 21 475 144 52
Binary 11010100 0 10011001 0 1100100 11100 10001 100111101 1100100 101010

Color Harmonies of #D40099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40099

Black with #D40099

Text Example


Text Example

White with #D40099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40099; }

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

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

background-color css

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

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

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

border-color css

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

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

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