Html Css Color HEX #DA1778 Medium Violet Red

📋 copy color: '#DA1778'

red 218 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #DA1778

Tints of Medium Violet Red #DA1778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 60.39%
G = 6.37%
B = 33.24%

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

#DA1778 (or 0xDA1778) is known color: Medium Violet Red. HEX triplet: DA, 17 and 78. RGB value is (218,23,120). Sum of RGB (Red+Green+Blue) = 218+23+120=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1778 is #25E887. Grayscale: #5C5C5C. Windows color (decimal): -2484360 or 7870426. OLE color: 7870426.

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

Color convert

RGB 218 23 120 -
CMYK 0 0.89 0.45 0.15
HSL 330.15º 0.81% 0.47% -
HSV(B) 330.15º 0.89% 0.85% -
XYZ 32.61 16.87 19.31 -
YUV 92.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 218 23 120 0 0.89 0.45 0.15 330.15 0.81 0.47
Hex DA 17 78 0 59 2D F 14A 51 2F
Octal 332 27 170 0 131 55 17 512 121 57
Binary 11011010 10111 1111000 0 1011001 101101 1111 101001010 1010001 101111

Color Harmonies of #DA1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1778

Black with #DA1778

Text Example


Text Example

White with #DA1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1778; }

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

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

background-color css

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

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

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

border-color css

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

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

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