Html Css Color HEX #DA177E Medium Violet Red

📋 copy color: '#DA177E'

red 218 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #DA177E

Tints of Medium Violet Red #DA177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 59.4%
G = 6.27%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA177E (or 0xDA177E) is known color: Medium Violet Red. HEX triplet: DA, 17 and 7E. RGB value is (218,23,126). Sum of RGB (Red+Green+Blue) = 218+23+126=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA177E is #25E881. Grayscale: #5C5C5C. Windows color (decimal): -2484354 or 8263642. OLE color: 8263642.

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

Color convert

RGB 218 23 126 -
CMYK 0 0.89 0.42 0.15
HSL 328.31º 0.81% 0.47% -
HSV(B) 328.31º 0.89% 0.85% -
XYZ 32.99 17.02 21.29 -
YUV 93.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 218 23 126 0 0.89 0.42 0.15 328.31 0.81 0.47
Hex DA 17 7E 0 59 2A F 148 51 2F
Octal 332 27 176 0 131 52 17 510 121 57
Binary 11011010 10111 1111110 0 1011001 101010 1111 101001000 1010001 101111

Color Harmonies of #DA177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA177E

Black with #DA177E

Text Example


Text Example

White with #DA177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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