Html Css Color HEX #DA0478 Medium Violet Red

📋 copy color: '#DA0478'

red 218 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #DA0478

Tints of Medium Violet Red #DA0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 63.74%
G = 1.17%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0478 (or 0xDA0478) is known color: Medium Violet Red. HEX triplet: DA, 04 and 78. RGB value is (218,4,120). Sum of RGB (Red+Green+Blue) = 218+4+120=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0478 is #25FB87. Grayscale: #505050. Windows color (decimal): -2489224 or 7865562. OLE color: 7865562.

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

Color convert

RGB 218 4 120 -
CMYK 0 0.98 0.45 0.15
HSL 327.48º 0.96% 0.44% -
HSV(B) 327.48º 0.98% 0.85% -
XYZ 32.35 16.35 19.22 -
YUV 81.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 218 4 120 0 0.98 0.45 0.15 327.48 0.96 0.44
Hex DA 4 78 0 62 2D F 147 60 2C
Octal 332 4 170 0 142 55 17 507 140 54
Binary 11011010 100 1111000 0 1100010 101101 1111 101000111 1100000 101100

Color Harmonies of #DA0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0478

Black with #DA0478

Text Example


Text Example

White with #DA0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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