Html Css Color HEX #D40383 Medium Violet Red

📋 copy color: '#D40383'

red 212 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #D40383

Tints of Medium Violet Red #D40383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 61.27%
G = 0.87%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D40383 (or 0xD40383) is known color: Medium Violet Red. HEX triplet: D4, 03 and 83. RGB value is (212,3,131). Sum of RGB (Red+Green+Blue) = 212+3+131=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40383 is #2BFC7C. Grayscale: #4F4F4F. Windows color (decimal): -2882685 or 8586196. OLE color: 8586196.

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

Color convert

RGB 212 3 131 -
CMYK 0 0.99 0.38 0.17
HSL 323.25º 0.97% 0.42% -
HSV(B) 323.25º 0.99% 0.83% -
XYZ 31.28 15.7 22.85 -
YUV 80.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 212 3 131 0 0.99 0.38 0.17 323.25 0.97 0.42
Hex D4 3 83 0 63 26 11 143 61 2A
Octal 324 3 203 0 143 46 21 503 141 52
Binary 11010100 11 10000011 0 1100011 100110 10001 101000011 1100001 101010

Color Harmonies of #D40383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40383

Black with #D40383

Text Example


Text Example

White with #D40383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40383; }

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

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

background-color css

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

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

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

border-color css

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

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

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