Html Css Color HEX #DA0878 Medium Violet Red

📋 copy color: '#DA0878'

red 218 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #DA0878

Tints of Medium Violet Red #DA0878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 63.01%
G = 2.31%
B = 34.68%

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

#DA0878 (or 0xDA0878) is known color: Medium Violet Red. HEX triplet: DA, 08 and 78. RGB value is (218,8,120). Sum of RGB (Red+Green+Blue) = 218+8+120=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0878 is #25F787. Grayscale: #535353. Windows color (decimal): -2488200 or 7866586. OLE color: 7866586.

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

Color convert

RGB 218 8 120 -
CMYK 0 0.96 0.45 0.15
HSL 328º 0.93% 0.44% -
HSV(B) 328º 0.96% 0.85% -
XYZ 32.39 16.44 19.23 -
YUV 83.56 148.57 223.89 -
System Red Green Blue C M Y K H S L
Decimal 218 8 120 0 0.96 0.45 0.15 328 0.93 0.44
Hex DA 8 78 0 60 2D F 148 5D 2C
Octal 332 10 170 0 140 55 17 510 135 54
Binary 11011010 1000 1111000 0 1100000 101101 1111 101001000 1011101 101100

Color Harmonies of #DA0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0878

Black with #DA0878

Text Example


Text Example

White with #DA0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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