Html Css Color HEX #D11287 Medium Violet Red

📋 copy color: '#D11287'

red 209 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #D11287

Tints of Medium Violet Red #D11287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 57.73%
G = 4.97%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D11287 (or 0xD11287) is known color: Medium Violet Red. HEX triplet: D1, 12 and 87. RGB value is (209,18,135). Sum of RGB (Red+Green+Blue) = 209+18+135=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D11287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11287 is #2EED78. Grayscale: #585858. Windows color (decimal): -3075449 or 8852177. OLE color: 8852177.

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

Color convert

RGB 209 18 135 -
CMYK 0 0.91 0.35 0.18
HSL 323.25º 0.84% 0.45% -
HSV(B) 323.25º 0.91% 0.82% -
XYZ 30.88 15.74 24.33 -
YUV 88.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 209 18 135 0 0.91 0.35 0.18 323.25 0.84 0.45
Hex D1 12 87 0 5B 23 12 143 54 2D
Octal 321 22 207 0 133 43 22 503 124 55
Binary 11010001 10010 10000111 0 1011011 100011 10010 101000011 1010100 101101

Color Harmonies of #D11287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11287

Black with #D11287

Text Example


Text Example

White with #D11287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11287; }

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

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

background-color css

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

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

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

border-color css

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

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

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