Html Css Color HEX #DA0890 Medium Violet Red

📋 copy color: '#DA0890'

red 218 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #DA0890

Tints of Medium Violet Red #DA0890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 58.92%
G = 2.16%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA0890 (or 0xDA0890) is known color: Medium Violet Red. HEX triplet: DA, 08 and 90. RGB value is (218,8,144). Sum of RGB (Red+Green+Blue) = 218+8+144=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0890 is #25F76F. Grayscale: #555555. Windows color (decimal): -2488176 or 9439450. OLE color: 9439450.

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

Color convert

RGB 218 8 144 -
CMYK 0 0.96 0.34 0.15
HSL 321.14º 0.93% 0.44% -
HSV(B) 321.14º 0.96% 0.85% -
XYZ 34.03 17.09 27.89 -
YUV 86.29 160.57 221.94 -
System Red Green Blue C M Y K H S L
Decimal 218 8 144 0 0.96 0.34 0.15 321.14 0.93 0.44
Hex DA 8 90 0 60 22 F 141 5D 2C
Octal 332 10 220 0 140 42 17 501 135 54
Binary 11011010 1000 10010000 0 1100000 100010 1111 101000001 1011101 101100

Color Harmonies of #DA0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0890

Black with #DA0890

Text Example


Text Example

White with #DA0890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0890; }

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

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

background-color css

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

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

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

border-color css

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

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

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