Html Css Color HEX #D11492 Medium Violet Red

📋 copy color: '#D11492'

red 209 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #D11492

Tints of Medium Violet Red #D11492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 55.73%
G = 5.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D11492 (or 0xD11492) is known color: Medium Violet Red. HEX triplet: D1, 14 and 92. RGB value is (209,20,146). Sum of RGB (Red+Green+Blue) = 209+20+146=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D11492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11492 is #2EEB6D. Grayscale: #5A5A5A. Windows color (decimal): -3074926 or 9573585. OLE color: 9573585.

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

Color convert

RGB 209 20 146 -
CMYK 0 0.90 0.30 0.18
HSL 320º 0.83% 0.45% -
HSV(B) 320º 0.9% 0.82% -
XYZ 31.73 16.13 28.64 -
YUV 90.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 209 20 146 0 0.90 0.30 0.18 320 0.83 0.45
Hex D1 14 92 0 5A 1E 12 140 53 2D
Octal 321 24 222 0 132 36 22 500 123 55
Binary 11010001 10100 10010010 0 1011010 11110 10010 101000000 1010011 101101

Color Harmonies of #D11492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11492

Black with #D11492

Text Example


Text Example

White with #D11492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11492; }

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

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

background-color css

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

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

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

border-color css

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

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

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