Html Css Color HEX #DA177C Medium Violet Red

📋 copy color: '#DA177C'

red 218 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #DA177C

Tints of Medium Violet Red #DA177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

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

R = 59.73%
G = 6.3%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA177C (or 0xDA177C) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7C. RGB value is (218,23,124). Sum of RGB (Red+Green+Blue) = 218+23+124=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177C is #25E883. Grayscale: #5C5C5C. Windows color (decimal): -2484356 or 8132570. OLE color: 8132570.

HSL color Cylindrical-coordinate representation of color #DA177C: hue angle of 328.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA177C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 124 -
CMYK 0 0.89 0.43 0.15
HSL 328.92º 0.81% 0.47% -
HSV(B) 328.92º 0.89% 0.85% -
XYZ 32.86 16.97 20.61 -
YUV 92.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 218 23 124 0 0.89 0.43 0.15 328.92 0.81 0.47
Hex DA 17 7C 0 59 2B F 149 51 2F
Octal 332 27 174 0 131 53 17 511 121 57
Binary 11011010 10111 1111100 0 1011001 101011 1111 101001001 1010001 101111

Color Harmonies of #DA177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA177C

Black with #DA177C

Text Example


Text Example

White with #DA177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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