Html Css Color HEX #DA1777 Medium Violet Red

📋 copy color: '#DA1777'

red 218 ◦ green 23 ◦ blue 119

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

Shades of Medium Violet Red #DA1777

Tints of Medium Violet Red #DA1777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 60.56%
G = 6.39%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA1777 (or 0xDA1777) is known color: Medium Violet Red. HEX triplet: DA, 17 and 77. RGB value is (218,23,119). Sum of RGB (Red+Green+Blue) = 218+23+119=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1777 is #25E888. Grayscale: #5C5C5C. Windows color (decimal): -2484361 or 7804890. OLE color: 7804890.

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

Color convert

RGB 218 23 119 -
CMYK 0 0.89 0.45 0.15
HSL 330.46º 0.81% 0.47% -
HSV(B) 330.46º 0.89% 0.85% -
XYZ 32.55 16.85 18.99 -
YUV 92.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 218 23 119 0 0.89 0.45 0.15 330.46 0.81 0.47
Hex DA 17 77 0 59 2D F 14A 51 2F
Octal 332 27 167 0 131 55 17 512 121 57
Binary 11011010 10111 1110111 0 1011001 101101 1111 101001010 1010001 101111

Color Harmonies of #DA1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1777

Black with #DA1777

Text Example


Text Example

White with #DA1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1777; }

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

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

background-color css

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

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

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

border-color css

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

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

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