Html Css Color HEX #DA0978 Medium Violet Red

📋 copy color: '#DA0978'

red 218 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #DA0978

Tints of Medium Violet Red #DA0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 62.82%
G = 2.59%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0978 (or 0xDA0978) is known color: Medium Violet Red. HEX triplet: DA, 09 and 78. RGB value is (218,9,120). Sum of RGB (Red+Green+Blue) = 218+9+120=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0978 is #25F687. Grayscale: #535353. Windows color (decimal): -2487944 or 7866842. OLE color: 7866842.

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

Color convert

RGB 218 9 120 -
CMYK 0 0.96 0.45 0.15
HSL 328.13º 0.92% 0.45% -
HSV(B) 328.13º 0.96% 0.85% -
XYZ 32.4 16.46 19.24 -
YUV 84.15 148.24 223.47 -
System Red Green Blue C M Y K H S L
Decimal 218 9 120 0 0.96 0.45 0.15 328.13 0.92 0.45
Hex DA 9 78 0 60 2D F 148 5C 2D
Octal 332 11 170 0 140 55 17 510 134 55
Binary 11011010 1001 1111000 0 1100000 101101 1111 101001000 1011100 101101

Color Harmonies of #DA0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0978

Black with #DA0978

Text Example


Text Example

White with #DA0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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