Html Css Color HEX #D11483 Medium Violet Red

📋 copy color: '#D11483'

red 209 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #D11483

Tints of Medium Violet Red #D11483

RGB

 RED value IS 209 (82.03% from 255) = 58.06%

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 58.06%
G = 5.56%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D11483 (or 0xD11483) is known color: Medium Violet Red. HEX triplet: D1, 14 and 83. RGB value is (209,20,131). Sum of RGB (Red+Green+Blue) = 209+20+131=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D11483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11483 is #2EEB7C. Grayscale: #585858. Windows color (decimal): -3074941 or 8590545. OLE color: 8590545.

HSL color Cylindrical-coordinate representation of color #D11483: hue angle of 324.76º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11483 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 131 -
CMYK 0 0.90 0.37 0.18
HSL 324.76º 0.83% 0.45% -
HSV(B) 324.76º 0.9% 0.82% -
XYZ 30.64 15.69 22.89 -
YUV 89.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 209 20 131 0 0.90 0.37 0.18 324.76 0.83 0.45
Hex D1 14 83 0 5A 25 12 145 53 2D
Octal 321 24 203 0 132 45 22 505 123 55
Binary 11010001 10100 10000011 0 1011010 100101 10010 101000101 1010011 101101

Color Harmonies of #D11483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11483

Black with #D11483

Text Example


Text Example

White with #D11483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11483; }

 p { color: rgb(209,20,131); }

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

background-color css

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

 a { background-color: rgb(209,20,131); }

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

border-color css

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

 span { border-color: rgb(209,20,131); }

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