Html Css Color HEX #D11375 Medium Violet Red

📋 copy color: '#D11375'

red 209 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #D11375

Tints of Medium Violet Red #D11375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 60.58%
G = 5.51%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11375 (or 0xD11375) is known color: Medium Violet Red. HEX triplet: D1, 13 and 75. RGB value is (209,19,117). Sum of RGB (Red+Green+Blue) = 209+19+117=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11375 is #2EEC8A. Grayscale: #565656. Windows color (decimal): -3075211 or 7672785. OLE color: 7672785.

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

Color convert

RGB 209 19 117 -
CMYK 0 0.91 0.44 0.18
HSL 329.05º 0.83% 0.45% -
HSV(B) 329.05º 0.91% 0.82% -
XYZ 29.74 15.31 18.22 -
YUV 86.98 144.95 215.03 -
System Red Green Blue C M Y K H S L
Decimal 209 19 117 0 0.91 0.44 0.18 329.05 0.83 0.45
Hex D1 13 75 0 5B 2C 12 149 53 2D
Octal 321 23 165 0 133 54 22 511 123 55
Binary 11010001 10011 1110101 0 1011011 101100 10010 101001001 1010011 101101

Color Harmonies of #D11375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11375

Black with #D11375

Text Example


Text Example

White with #D11375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11375; }

 p { color: rgb(209,19,117); }

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

background-color css

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

 a { background-color: rgb(209,19,117); }

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

border-color css

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

 span { border-color: rgb(209,19,117); }

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