Html Css Color HEX #DA119D Medium Violet Red

📋 copy color: '#DA119D'

red 218 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #DA119D

Tints of Medium Violet Red #DA119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 55.61%
G = 4.34%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA119D (or 0xDA119D) is known color: Medium Violet Red. HEX triplet: DA, 11 and 9D. RGB value is (218,17,157). Sum of RGB (Red+Green+Blue) = 218+17+157=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA119D is #25EE62. Grayscale: #5C5C5C. Windows color (decimal): -2485859 or 10293722. OLE color: 10293722.

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

Color convert

RGB 218 17 157 -
CMYK 0 0.92 0.28 0.15
HSL 318.21º 0.86% 0.46% -
HSV(B) 318.21º 0.92% 0.85% -
XYZ 35.2 17.74 33.47 -
YUV 93.06 164.09 217.12 -
System Red Green Blue C M Y K H S L
Decimal 218 17 157 0 0.92 0.28 0.15 318.21 0.86 0.46
Hex DA 11 9D 0 5C 1C F 13E 56 2E
Octal 332 21 235 0 134 34 17 476 126 56
Binary 11011010 10001 10011101 0 1011100 11100 1111 100111110 1010110 101110

Color Harmonies of #DA119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA119D

Black with #DA119D

Text Example


Text Example

White with #DA119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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