Html Css Color HEX #DA0782 Medium Violet Red

📋 copy color: '#DA0782'

red 218 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #DA0782

Tints of Medium Violet Red #DA0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 61.41%
G = 1.97%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA0782 (or 0xDA0782) is known color: Medium Violet Red. HEX triplet: DA, 07 and 82. RGB value is (218,7,130). Sum of RGB (Red+Green+Blue) = 218+7+130=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0782 is #25F87D. Grayscale: #535353. Windows color (decimal): -2488446 or 8521690. OLE color: 8521690.

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

Color convert

RGB 218 7 130 -
CMYK 0 0.97 0.40 0.15
HSL 325.02º 0.94% 0.44% -
HSV(B) 325.02º 0.97% 0.85% -
XYZ 33.02 16.67 22.6 -
YUV 84.11 153.9 223.5 -
System Red Green Blue C M Y K H S L
Decimal 218 7 130 0 0.97 0.40 0.15 325.02 0.94 0.44
Hex DA 7 82 0 61 28 F 145 5E 2C
Octal 332 7 202 0 141 50 17 505 136 54
Binary 11011010 111 10000010 0 1100001 101000 1111 101000101 1011110 101100

Color Harmonies of #DA0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0782

Black with #DA0782

Text Example


Text Example

White with #DA0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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