Html Css Color HEX #DA1978 Medium Violet Red

📋 copy color: '#DA1978'

red 218 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #DA1978

Tints of Medium Violet Red #DA1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

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

R = 60.06%
G = 6.89%
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

#DA1978 (or 0xDA1978) is known color: Medium Violet Red. HEX triplet: DA, 19 and 78. RGB value is (218,25,120). Sum of RGB (Red+Green+Blue) = 218+25+120=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1978 is #25E687. Grayscale: #5D5D5D. Windows color (decimal): -2483848 or 7870938. OLE color: 7870938.

HSL color Cylindrical-coordinate representation of color #DA1978: hue angle of 330.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1978 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 120 -
CMYK 0 0.89 0.45 0.15
HSL 330.47º 0.79% 0.48% -
HSV(B) 330.47º 0.89% 0.85% -
XYZ 32.65 16.96 19.32 -
YUV 93.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 218 25 120 0 0.89 0.45 0.15 330.47 0.79 0.48
Hex DA 19 78 0 59 2D F 14A 4F 30
Octal 332 31 170 0 131 55 17 512 117 60
Binary 11011010 11001 1111000 0 1011001 101101 1111 101001010 1001111 110000

Color Harmonies of #DA1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1978

Black with #DA1978

Text Example


Text Example

White with #DA1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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