Html Css Color HEX #D40483 Medium Violet Red

📋 copy color: '#D40483'

red 212 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #D40483

Tints of Medium Violet Red #D40483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 61.1%
G = 1.15%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40483 (or 0xD40483) is known color: Medium Violet Red. HEX triplet: D4, 04 and 83. RGB value is (212,4,131). Sum of RGB (Red+Green+Blue) = 212+4+131=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D40483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40483 is #2BFB7C. Grayscale: #505050. Windows color (decimal): -2882429 or 8586452. OLE color: 8586452.

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

Color convert

RGB 212 4 131 -
CMYK 0 0.98 0.38 0.17
HSL 323.37º 0.96% 0.42% -
HSV(B) 323.37º 0.98% 0.83% -
XYZ 31.29 15.72 22.86 -
YUV 80.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 212 4 131 0 0.98 0.38 0.17 323.37 0.96 0.42
Hex D4 4 83 0 62 26 11 143 60 2A
Octal 324 4 203 0 142 46 21 503 140 52
Binary 11010100 100 10000011 0 1100010 100110 10001 101000011 1100000 101010

Color Harmonies of #D40483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40483

Black with #D40483

Text Example


Text Example

White with #D40483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40483; }

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

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

background-color css

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

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

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

border-color css

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

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

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