Html Css Color HEX #DA118D Medium Violet Red

📋 copy color: '#DA118D'

red 218 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #DA118D

Tints of Medium Violet Red #DA118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 57.98%
G = 4.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA118D (or 0xDA118D) is known color: Medium Violet Red. HEX triplet: DA, 11 and 8D. RGB value is (218,17,141). Sum of RGB (Red+Green+Blue) = 218+17+141=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA118D is #25EE72. Grayscale: #5A5A5A. Windows color (decimal): -2485875 or 9245146. OLE color: 9245146.

HSL color Cylindrical-coordinate representation of color #DA118D: hue angle of 322.99º 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 #DA118D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 141 -
CMYK 0 0.92 0.35 0.15
HSL 322.99º 0.86% 0.46% -
HSV(B) 322.99º 0.92% 0.85% -
XYZ 33.92 17.23 26.74 -
YUV 91.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 218 17 141 0 0.92 0.35 0.15 322.99 0.86 0.46
Hex DA 11 8D 0 5C 23 F 143 56 2E
Octal 332 21 215 0 134 43 17 503 126 56
Binary 11011010 10001 10001101 0 1011100 100011 1111 101000011 1010110 101110

Color Harmonies of #DA118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA118D

Black with #DA118D

Text Example


Text Example

White with #DA118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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