Html Css Color HEX #D11280 Medium Violet Red

📋 copy color: '#D11280'

red 209 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #D11280

Tints of Medium Violet Red #D11280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 58.87%
G = 5.07%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D11280 (or 0xD11280) is known color: Medium Violet Red. HEX triplet: D1, 12 and 80. RGB value is (209,18,128). Sum of RGB (Red+Green+Blue) = 209+18+128=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D11280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11280 is #2EED7F. Grayscale: #575757. Windows color (decimal): -3075456 or 8393425. OLE color: 8393425.

HSL color Cylindrical-coordinate representation of color #D11280: hue angle of 325.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11280 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 128 -
CMYK 0 0.91 0.39 0.18
HSL 325.45º 0.84% 0.45% -
HSV(B) 325.45º 0.91% 0.82% -
XYZ 30.41 15.55 21.82 -
YUV 87.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 209 18 128 0 0.91 0.39 0.18 325.45 0.84 0.45
Hex D1 12 80 0 5B 27 12 145 54 2D
Octal 321 22 200 0 133 47 22 505 124 55
Binary 11010001 10010 10000000 0 1011011 100111 10010 101000101 1010100 101101

Color Harmonies of #D11280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11280

Black with #D11280

Text Example


Text Example

White with #D11280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11280; }

 p { color: rgb(209,18,128); }

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

background-color css

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

 a { background-color: rgb(209,18,128); }

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

border-color css

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

 span { border-color: rgb(209,18,128); }

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