Html Css Color HEX #DA0178 Medium Violet Red

📋 copy color: '#DA0178'

red 218 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #DA0178

Tints of Medium Violet Red #DA0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 64.31%
G = 0.29%
B = 35.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA0178 (or 0xDA0178) is known color: Medium Violet Red. HEX triplet: DA, 01 and 78. RGB value is (218,1,120). Sum of RGB (Red+Green+Blue) = 218+1+120=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0178 is #25FE87. Grayscale: #4F4F4F. Windows color (decimal): -2489992 or 7864794. OLE color: 7864794.

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

Color convert

RGB 218 1 120 -
CMYK 0 1.00 0.45 0.15
HSL 327.1º 0.99% 0.43% -
HSV(B) 327.1º 1% 0.85% -
XYZ 32.31 16.28 19.21 -
YUV 79.45 150.89 226.82 -
System Red Green Blue C M Y K H S L
Decimal 218 1 120 0 1.00 0.45 0.15 327.1 0.99 0.43
Hex DA 1 78 0 64 2D F 147 63 2B
Octal 332 1 170 0 144 55 17 507 143 53
Binary 11011010 1 1111000 0 1100100 101101 1111 101000111 1100011 101011

Color Harmonies of #DA0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0178

Black with #DA0178

Text Example


Text Example

White with #DA0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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