Html Css Color HEX #DA0881 Medium Violet Red

📋 copy color: '#DA0881'

red 218 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #DA0881

Tints of Medium Violet Red #DA0881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 61.41%
G = 2.25%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA0881 (or 0xDA0881) is known color: Medium Violet Red. HEX triplet: DA, 08 and 81. RGB value is (218,8,129). Sum of RGB (Red+Green+Blue) = 218+8+129=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0881 is #25F77E. Grayscale: #545454. Windows color (decimal): -2488191 or 8456410. OLE color: 8456410.

HSL color Cylindrical-coordinate representation of color #DA0881: hue angle of 325.43º 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 #DA0881 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 129 -
CMYK 0 0.96 0.41 0.15
HSL 325.43º 0.93% 0.44% -
HSV(B) 325.43º 0.96% 0.85% -
XYZ 32.96 16.66 22.25 -
YUV 84.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 218 8 129 0 0.96 0.41 0.15 325.43 0.93 0.44
Hex DA 8 81 0 60 29 F 145 5D 2C
Octal 332 10 201 0 140 51 17 505 135 54
Binary 11011010 1000 10000001 0 1100000 101001 1111 101000101 1011101 101100

Color Harmonies of #DA0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0881

Black with #DA0881

Text Example


Text Example

White with #DA0881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0881; }

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

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

background-color css

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

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

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

border-color css

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

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

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