Html Css Color HEX #DA0994 Medium Violet Red

📋 copy color: '#DA0994'

red 218 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #DA0994

Tints of Medium Violet Red #DA0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 58.13%
G = 2.4%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA0994 (or 0xDA0994) is known color: Medium Violet Red. HEX triplet: DA, 09 and 94. RGB value is (218,9,148). Sum of RGB (Red+Green+Blue) = 218+9+148=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0994 is #25F66B. Grayscale: #565656. Windows color (decimal): -2487916 or 9701850. OLE color: 9701850.

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

Color convert

RGB 218 9 148 -
CMYK 0 0.96 0.32 0.15
HSL 320.1º 0.92% 0.45% -
HSV(B) 320.1º 0.96% 0.85% -
XYZ 34.36 17.24 29.53 -
YUV 87.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 218 9 148 0 0.96 0.32 0.15 320.1 0.92 0.45
Hex DA 9 94 0 60 20 F 140 5C 2D
Octal 332 11 224 0 140 40 17 500 134 55
Binary 11011010 1001 10010100 0 1100000 100000 1111 101000000 1011100 101101

Color Harmonies of #DA0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0994

Black with #DA0994

Text Example


Text Example

White with #DA0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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