Html Css Color HEX #DA0882 Medium Violet Red

📋 copy color: '#DA0882'

red 218 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #DA0882

Tints of Medium Violet Red #DA0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 61.24%
G = 2.25%
B = 36.52%

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

#DA0882 (or 0xDA0882) is known color: Medium Violet Red. HEX triplet: DA, 08 and 82. RGB value is (218,8,130). Sum of RGB (Red+Green+Blue) = 218+8+130=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0882 is #25F77D. Grayscale: #545454. Windows color (decimal): -2488190 or 8521946. OLE color: 8521946.

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

Color convert

RGB 218 8 130 -
CMYK 0 0.96 0.40 0.15
HSL 325.14º 0.93% 0.44% -
HSV(B) 325.14º 0.96% 0.85% -
XYZ 33.03 16.69 22.6 -
YUV 84.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 218 8 130 0 0.96 0.40 0.15 325.14 0.93 0.44
Hex DA 8 82 0 60 28 F 145 5D 2C
Octal 332 10 202 0 140 50 17 505 135 54
Binary 11011010 1000 10000010 0 1100000 101000 1111 101000101 1011101 101100

Color Harmonies of #DA0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0882

Black with #DA0882

Text Example


Text Example

White with #DA0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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