Html Css Color HEX #DA117C Medium Violet Red

📋 copy color: '#DA117C'

red 218 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #DA117C

Tints of Medium Violet Red #DA117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 60.72%
G = 4.74%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA117C (or 0xDA117C) is known color: Medium Violet Red. HEX triplet: DA, 11 and 7C. RGB value is (218,17,124). Sum of RGB (Red+Green+Blue) = 218+17+124=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA117C is #25EE83. Grayscale: #595959. Windows color (decimal): -2485892 or 8131034. OLE color: 8131034.

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

Color convert

RGB 218 17 124 -
CMYK 0 0.92 0.43 0.15
HSL 328.06º 0.86% 0.46% -
HSV(B) 328.06º 0.92% 0.85% -
XYZ 32.75 16.76 20.58 -
YUV 89.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 218 17 124 0 0.92 0.43 0.15 328.06 0.86 0.46
Hex DA 11 7C 0 5C 2B F 148 56 2E
Octal 332 21 174 0 134 53 17 510 126 56
Binary 11011010 10001 1111100 0 1011100 101011 1111 101001000 1010110 101110

Color Harmonies of #DA117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA117C

Black with #DA117C

Text Example


Text Example

White with #DA117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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