Html Css Color HEX #DA177D Medium Violet Red

📋 copy color: '#DA177D'

red 218 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #DA177D

Tints of Medium Violet Red #DA177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 59.56%
G = 6.28%
B = 34.15%

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

#DA177D (or 0xDA177D) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7D. RGB value is (218,23,125). Sum of RGB (Red+Green+Blue) = 218+23+125=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177D is #25E882. Grayscale: #5C5C5C. Windows color (decimal): -2484355 or 8198106. OLE color: 8198106.

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

Color convert

RGB 218 23 125 -
CMYK 0 0.89 0.43 0.15
HSL 328.62º 0.81% 0.47% -
HSV(B) 328.62º 0.89% 0.85% -
XYZ 32.92 17 20.95 -
YUV 92.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 218 23 125 0 0.89 0.43 0.15 328.62 0.81 0.47
Hex DA 17 7D 0 59 2B F 149 51 2F
Octal 332 27 175 0 131 53 17 511 121 57
Binary 11011010 10111 1111101 0 1011001 101011 1111 101001001 1010001 101111

Color Harmonies of #DA177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA177D

Black with #DA177D

Text Example


Text Example

White with #DA177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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