Html Css Color HEX #DA097A Medium Violet Red

📋 copy color: '#DA097A'

red 218 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #DA097A

Tints of Medium Violet Red #DA097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 62.46%
G = 2.58%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA097A (or 0xDA097A) is known color: Medium Violet Red. HEX triplet: DA, 09 and 7A. RGB value is (218,9,122). Sum of RGB (Red+Green+Blue) = 218+9+122=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA097A is #25F685. Grayscale: #545454. Windows color (decimal): -2487942 or 7997914. OLE color: 7997914.

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

Color convert

RGB 218 9 122 -
CMYK 0 0.96 0.44 0.15
HSL 327.56º 0.92% 0.45% -
HSV(B) 327.56º 0.96% 0.85% -
XYZ 32.52 16.51 19.88 -
YUV 84.37 149.24 223.31 -
System Red Green Blue C M Y K H S L
Decimal 218 9 122 0 0.96 0.44 0.15 327.56 0.92 0.45
Hex DA 9 7A 0 60 2C F 148 5C 2D
Octal 332 11 172 0 140 54 17 510 134 55
Binary 11011010 1001 1111010 0 1100000 101100 1111 101001000 1011100 101101

Color Harmonies of #DA097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA097A

Black with #DA097A

Text Example


Text Example

White with #DA097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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