Html Css Color HEX #D11485 Medium Violet Red

📋 copy color: '#D11485'

red 209 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #D11485

Tints of Medium Violet Red #D11485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 57.73%
G = 5.52%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11485 (or 0xD11485) is known color: Medium Violet Red. HEX triplet: D1, 14 and 85. RGB value is (209,20,133). Sum of RGB (Red+Green+Blue) = 209+20+133=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D11485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11485 is #2EEB7A. Grayscale: #595959. Windows color (decimal): -3074939 or 8721617. OLE color: 8721617.

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

Color convert

RGB 209 20 133 -
CMYK 0 0.90 0.36 0.18
HSL 324.13º 0.83% 0.45% -
HSV(B) 324.13º 0.9% 0.82% -
XYZ 30.78 15.75 23.61 -
YUV 89.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 209 20 133 0 0.90 0.36 0.18 324.13 0.83 0.45
Hex D1 14 85 0 5A 24 12 144 53 2D
Octal 321 24 205 0 132 44 22 504 123 55
Binary 11010001 10100 10000101 0 1011010 100100 10010 101000100 1010011 101101

Color Harmonies of #D11485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11485

Black with #D11485

Text Example


Text Example

White with #D11485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11485; }

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

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

background-color css

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

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

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

border-color css

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

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

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