Html Css Color HEX #DA0380 Medium Violet Red

📋 copy color: '#DA0380'

red 218 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #DA0380

Tints of Medium Violet Red #DA0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 62.46%
G = 0.86%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA0380 (or 0xDA0380) is known color: Medium Violet Red. HEX triplet: DA, 03 and 80. RGB value is (218,3,128). Sum of RGB (Red+Green+Blue) = 218+3+128=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0380 is #25FC7F. Grayscale: #515151. Windows color (decimal): -2489472 or 8389594. OLE color: 8389594.

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

Color convert

RGB 218 3 128 -
CMYK 0 0.99 0.41 0.15
HSL 325.12º 0.97% 0.43% -
HSV(B) 325.12º 0.99% 0.85% -
XYZ 32.84 16.53 21.88 -
YUV 81.54 154.23 225.34 -
System Red Green Blue C M Y K H S L
Decimal 218 3 128 0 0.99 0.41 0.15 325.12 0.97 0.43
Hex DA 3 80 0 63 29 F 145 61 2B
Octal 332 3 200 0 143 51 17 505 141 53
Binary 11011010 11 10000000 0 1100011 101001 1111 101000101 1100001 101011

Color Harmonies of #DA0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0380

Black with #DA0380

Text Example


Text Example

White with #DA0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0380; }

 p { color: rgb(218,3,128); }

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

background-color css

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

 a { background-color: rgb(218,3,128); }

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

border-color css

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

 span { border-color: rgb(218,3,128); }

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