Html Css Color HEX #DA1193 Medium Violet Red

📋 copy color: '#DA1193'

red 218 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #DA1193

Tints of Medium Violet Red #DA1193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 57.07%
G = 4.45%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1193 (or 0xDA1193) is known color: Medium Violet Red. HEX triplet: DA, 11 and 93. RGB value is (218,17,147). Sum of RGB (Red+Green+Blue) = 218+17+147=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1193 is #25EE6C. Grayscale: #5B5B5B. Windows color (decimal): -2485869 or 9638362. OLE color: 9638362.

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

Color convert

RGB 218 17 147 -
CMYK 0 0.92 0.33 0.15
HSL 321.19º 0.86% 0.46% -
HSV(B) 321.19º 0.92% 0.85% -
XYZ 34.38 17.41 29.15 -
YUV 91.92 159.09 217.93 -
System Red Green Blue C M Y K H S L
Decimal 218 17 147 0 0.92 0.33 0.15 321.19 0.86 0.46
Hex DA 11 93 0 5C 21 F 141 56 2E
Octal 332 21 223 0 134 41 17 501 126 56
Binary 11011010 10001 10010011 0 1011100 100001 1111 101000001 1010110 101110

Color Harmonies of #DA1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1193

Black with #DA1193

Text Example


Text Example

White with #DA1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1193; }

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

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

background-color css

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

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

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

border-color css

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

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

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