Html Css Color HEX #DA119B Medium Violet Red

📋 copy color: '#DA119B'

red 218 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #DA119B

Tints of Medium Violet Red #DA119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 55.9%
G = 4.36%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA119B (or 0xDA119B) is known color: Medium Violet Red. HEX triplet: DA, 11 and 9B. RGB value is (218,17,155). Sum of RGB (Red+Green+Blue) = 218+17+155=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA119B is #25EE64. Grayscale: #5C5C5C. Windows color (decimal): -2485861 or 10162650. OLE color: 10162650.

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

Color convert

RGB 218 17 155 -
CMYK 0 0.92 0.29 0.15
HSL 318.81º 0.86% 0.46% -
HSV(B) 318.81º 0.92% 0.85% -
XYZ 35.03 17.67 32.58 -
YUV 92.83 163.09 217.28 -
System Red Green Blue C M Y K H S L
Decimal 218 17 155 0 0.92 0.29 0.15 318.81 0.86 0.46
Hex DA 11 9B 0 5C 1D F 13F 56 2E
Octal 332 21 233 0 134 35 17 477 126 56
Binary 11011010 10001 10011011 0 1011100 11101 1111 100111111 1010110 101110

Color Harmonies of #DA119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA119B

Black with #DA119B

Text Example


Text Example

White with #DA119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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