Html Css Color HEX #DA0082 Medium Violet Red

📋 copy color: '#DA0082'

red 218 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #DA0082

Tints of Medium Violet Red #DA0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 37.36%

R = 62.64%
G = 0%
B = 37.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA0082 (or 0xDA0082) is known color: Medium Violet Red. HEX triplet: DA, 00 and 82. RGB value is (218,0,130). Sum of RGB (Red+Green+Blue) = 218+0+130=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0082 is #25FF7D. Grayscale: #4F4F4F. Windows color (decimal): -2490238 or 8519898. OLE color: 8519898.

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

Color convert

RGB 218 0 130 -
CMYK 0 1 0.40 0.15
HSL 324.22º 1% 0.43% -
HSV(B) 324.22º 1% 0.85% -
XYZ 32.94 16.52 22.57 -
YUV 80 156.22 226.43 -
System Red Green Blue C M Y K H S L
Decimal 218 0 130 0 1 0.40 0.15 324.22 1 0.43
Hex DA 0 82 0 64 28 F 144 64 2B
Octal 332 0 202 0 144 50 17 504 144 53
Binary 11011010 0 10000010 0 1100100 101000 1111 101000100 1100100 101011

Color Harmonies of #DA0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0082

Black with #DA0082

Text Example


Text Example

White with #DA0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0082; }

 p { color: rgb(218,0,130); }

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

background-color css

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

 a { background-color: rgb(218,0,130); }

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

border-color css

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

 span { border-color: rgb(218,0,130); }

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