Html Css Color HEX #D11693 Medium Violet Red

📋 copy color: '#D11693'

red 209 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D11693

Tints of Medium Violet Red #D11693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 55.29%
G = 5.82%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D11693 (or 0xD11693) is known color: Medium Violet Red. HEX triplet: D1, 16 and 93. RGB value is (209,22,147). Sum of RGB (Red+Green+Blue) = 209+22+147=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11693 is #2EE96C. Grayscale: #5B5B5B. Windows color (decimal): -3074413 or 9639633. OLE color: 9639633.

HSL color Cylindrical-coordinate representation of color #D11693: hue angle of 319.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11693 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 147 -
CMYK 0 0.89 0.30 0.18
HSL 319.89º 0.81% 0.45% -
HSV(B) 319.89º 0.89% 0.82% -
XYZ 31.85 16.24 29.06 -
YUV 92.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 209 22 147 0 0.89 0.30 0.18 319.89 0.81 0.45
Hex D1 16 93 0 59 1E 12 140 51 2D
Octal 321 26 223 0 131 36 22 500 121 55
Binary 11010001 10110 10010011 0 1011001 11110 10010 101000000 1010001 101101

Color Harmonies of #D11693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11693

Black with #D11693

Text Example


Text Example

White with #D11693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11693; }

 p { color: rgb(209,22,147); }

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

background-color css

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

 a { background-color: rgb(209,22,147); }

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

border-color css

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

 span { border-color: rgb(209,22,147); }

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