Html Css Color HEX #DA0982 Medium Violet Red

📋 copy color: '#DA0982'

red 218 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #DA0982

Tints of Medium Violet Red #DA0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 61.06%
G = 2.52%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA0982 (or 0xDA0982) is known color: Medium Violet Red. HEX triplet: DA, 09 and 82. RGB value is (218,9,130). Sum of RGB (Red+Green+Blue) = 218+9+130=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0982 is #25F67D. Grayscale: #555555. Windows color (decimal): -2487934 or 8522202. OLE color: 8522202.

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

Color convert

RGB 218 9 130 -
CMYK 0 0.96 0.40 0.15
HSL 325.26º 0.92% 0.45% -
HSV(B) 325.26º 0.96% 0.85% -
XYZ 33.04 16.71 22.6 -
YUV 85.29 153.24 222.66 -
System Red Green Blue C M Y K H S L
Decimal 218 9 130 0 0.96 0.40 0.15 325.26 0.92 0.45
Hex DA 9 82 0 60 28 F 145 5C 2D
Octal 332 11 202 0 140 50 17 505 134 55
Binary 11011010 1001 10000010 0 1100000 101000 1111 101000101 1011100 101101

Color Harmonies of #DA0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0982

Black with #DA0982

Text Example


Text Example

White with #DA0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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