Html Css Color HEX #DA118C Medium Violet Red

📋 copy color: '#DA118C'

red 218 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #DA118C

Tints of Medium Violet Red #DA118C

RGB

 RED value IS 218 (85.55% from 255) = 58.13%

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 58.13%
G = 4.53%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA118C (or 0xDA118C) is known color: Medium Violet Red. HEX triplet: DA, 11 and 8C. RGB value is (218,17,140). Sum of RGB (Red+Green+Blue) = 218+17+140=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA118C is #25EE73. Grayscale: #5A5A5A. Windows color (decimal): -2485876 or 9179610. OLE color: 9179610.

HSL color Cylindrical-coordinate representation of color #DA118C: hue angle of 323.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA118C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 140 -
CMYK 0 0.92 0.36 0.15
HSL 323.28º 0.86% 0.46% -
HSV(B) 323.28º 0.92% 0.85% -
XYZ 33.85 17.2 26.35 -
YUV 91.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 218 17 140 0 0.92 0.36 0.15 323.28 0.86 0.46
Hex DA 11 8C 0 5C 24 F 143 56 2E
Octal 332 21 214 0 134 44 17 503 126 56
Binary 11011010 10001 10001100 0 1011100 100100 1111 101000011 1010110 101110

Color Harmonies of #DA118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA118C

Black with #DA118C

Text Example


Text Example

White with #DA118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA118C; }

 p { color: rgb(218,17,140); }

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

background-color css

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

 a { background-color: rgb(218,17,140); }

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

border-color css

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

 span { border-color: rgb(218,17,140); }

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