Html Css Color HEX #D11484 Medium Violet Red

📋 copy color: '#D11484'

red 209 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #D11484

Tints of Medium Violet Red #D11484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 57.89%
G = 5.54%
B = 36.57%

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

#D11484 (or 0xD11484) is known color: Medium Violet Red. HEX triplet: D1, 14 and 84. RGB value is (209,20,132). Sum of RGB (Red+Green+Blue) = 209+20+132=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D11484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11484 is #2EEB7B. Grayscale: #595959. Windows color (decimal): -3074940 or 8656081. OLE color: 8656081.

HSL color Cylindrical-coordinate representation of color #D11484: hue angle of 324.44º 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 #D11484 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 132 -
CMYK 0 0.90 0.37 0.18
HSL 324.44º 0.83% 0.45% -
HSV(B) 324.44º 0.9% 0.82% -
XYZ 30.71 15.72 23.25 -
YUV 89.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 209 20 132 0 0.90 0.37 0.18 324.44 0.83 0.45
Hex D1 14 84 0 5A 25 12 144 53 2D
Octal 321 24 204 0 132 45 22 504 123 55
Binary 11010001 10100 10000100 0 1011010 100101 10010 101000100 1010011 101101

Color Harmonies of #D11484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11484

Black with #D11484

Text Example


Text Example

White with #D11484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11484; }

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

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

background-color css

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

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

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

border-color css

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

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

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