Html Css Color HEX #D11472 Medium Violet Red

📋 copy color: '#D11472'

red 209 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #D11472

Tints of Medium Violet Red #D11472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 60.93%
G = 5.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11472 (or 0xD11472) is known color: Medium Violet Red. HEX triplet: D1, 14 and 72. RGB value is (209,20,114). Sum of RGB (Red+Green+Blue) = 209+20+114=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D11472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11472 is #2EEB8D. Grayscale: #575757. Windows color (decimal): -3074958 or 7476433. OLE color: 7476433.

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

Color convert

RGB 209 20 114 -
CMYK 0 0.90 0.45 0.18
HSL 330.16º 0.83% 0.45% -
HSV(B) 330.16º 0.9% 0.82% -
XYZ 29.58 15.27 17.31 -
YUV 87.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 209 20 114 0 0.90 0.45 0.18 330.16 0.83 0.45
Hex D1 14 72 0 5A 2D 12 14A 53 2D
Octal 321 24 162 0 132 55 22 512 123 55
Binary 11010001 10100 1110010 0 1011010 101101 10010 101001010 1010011 101101

Color Harmonies of #D11472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11472

Black with #D11472

Text Example


Text Example

White with #D11472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11472; }

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

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

background-color css

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

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

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

border-color css

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

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

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