Html Css Color HEX #D11495 Medium Violet Red

📋 copy color: '#D11495'

red 209 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #D11495

Tints of Medium Violet Red #D11495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 55.29%
G = 5.29%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D11495 (or 0xD11495) is known color: Medium Violet Red. HEX triplet: D1, 14 and 95. RGB value is (209,20,149). Sum of RGB (Red+Green+Blue) = 209+20+149=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11495 is #2EEB6A. Grayscale: #5A5A5A. Windows color (decimal): -3074923 or 9770193. OLE color: 9770193.

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

Color convert

RGB 209 20 149 -
CMYK 0 0.90 0.29 0.18
HSL 319.05º 0.83% 0.45% -
HSV(B) 319.05º 0.9% 0.82% -
XYZ 31.97 16.23 29.88 -
YUV 91.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 209 20 149 0 0.90 0.29 0.18 319.05 0.83 0.45
Hex D1 14 95 0 5A 1D 12 13F 53 2D
Octal 321 24 225 0 132 35 22 477 123 55
Binary 11010001 10100 10010101 0 1011010 11101 10010 100111111 1010011 101101

Color Harmonies of #D11495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11495

Black with #D11495

Text Example


Text Example

White with #D11495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11495; }

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

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

background-color css

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

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

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

border-color css

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

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

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