Html Css Color HEX #D1188C Medium Violet Red

📋 copy color: '#D1188C'

red 209 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #D1188C

Tints of Medium Violet Red #D1188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 56.03%
G = 6.43%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1188C (or 0xD1188C) is known color: Medium Violet Red. HEX triplet: D1, 18 and 8C. RGB value is (209,24,140). Sum of RGB (Red+Green+Blue) = 209+24+140=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1188C is #2EE773. Grayscale: #5C5C5C. Windows color (decimal): -3073908 or 9181393. OLE color: 9181393.

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

Color convert

RGB 209 24 140 -
CMYK 0 0.89 0.33 0.18
HSL 322.38º 0.79% 0.46% -
HSV(B) 322.38º 0.89% 0.82% -
XYZ 31.35 16.1 26.27 -
YUV 92.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 209 24 140 0 0.89 0.33 0.18 322.38 0.79 0.46
Hex D1 18 8C 0 59 21 12 142 4F 2E
Octal 321 30 214 0 131 41 22 502 117 56
Binary 11010001 11000 10001100 0 1011001 100001 10010 101000010 1001111 101110

Color Harmonies of #D1188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1188C

Black with #D1188C

Text Example


Text Example

White with #D1188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1188C; }

 p { color: rgb(209,24,140); }

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

background-color css

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

 a { background-color: rgb(209,24,140); }

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

border-color css

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

 span { border-color: rgb(209,24,140); }

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