Html Css Color HEX #D11283 Medium Violet Red

📋 copy color: '#D11283'

red 209 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #D11283

Tints of Medium Violet Red #D11283

RGB

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

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

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

R = 58.38%
G = 5.03%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D11283 (or 0xD11283) is known color: Medium Violet Red. HEX triplet: D1, 12 and 83. RGB value is (209,18,131). Sum of RGB (Red+Green+Blue) = 209+18+131=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D11283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11283 is #2EED7C. Grayscale: #575757. Windows color (decimal): -3075453 or 8590033. OLE color: 8590033.

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

Color convert

RGB 209 18 131 -
CMYK 0 0.91 0.37 0.18
HSL 324.5º 0.84% 0.45% -
HSV(B) 324.5º 0.91% 0.82% -
XYZ 30.61 15.63 22.88 -
YUV 87.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 209 18 131 0 0.91 0.37 0.18 324.5 0.84 0.45
Hex D1 12 83 0 5B 25 12 145 54 2D
Octal 321 22 203 0 133 45 22 505 124 55
Binary 11010001 10010 10000011 0 1011011 100101 10010 101000101 1010100 101101

Color Harmonies of #D11283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11283

Black with #D11283

Text Example


Text Example

White with #D11283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11283; }

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

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

background-color css

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

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

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

border-color css

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

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

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