Html Css Color HEX #DA177A Medium Violet Red

📋 copy color: '#DA177A'

red 218 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #DA177A

Tints of Medium Violet Red #DA177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 60.06%
G = 6.34%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA177A (or 0xDA177A) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7A. RGB value is (218,23,122). Sum of RGB (Red+Green+Blue) = 218+23+122=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177A is #25E885. Grayscale: #5C5C5C. Windows color (decimal): -2484358 or 8001498. OLE color: 8001498.

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

Color convert

RGB 218 23 122 -
CMYK 0 0.89 0.44 0.15
HSL 329.54º 0.81% 0.47% -
HSV(B) 329.54º 0.89% 0.85% -
XYZ 32.73 16.92 19.95 -
YUV 92.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 218 23 122 0 0.89 0.44 0.15 329.54 0.81 0.47
Hex DA 17 7A 0 59 2C F 14A 51 2F
Octal 332 27 172 0 131 54 17 512 121 57
Binary 11011010 10111 1111010 0 1011001 101100 1111 101001010 1010001 101111

Color Harmonies of #DA177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA177A

Black with #DA177A

Text Example


Text Example

White with #DA177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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