Html Css Color HEX #DA097C Medium Violet Red

📋 copy color: '#DA097C'

red 218 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #DA097C

Tints of Medium Violet Red #DA097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 62.11%
G = 2.56%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA097C (or 0xDA097C) is known color: Medium Violet Red. HEX triplet: DA, 09 and 7C. RGB value is (218,9,124). Sum of RGB (Red+Green+Blue) = 218+9+124=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA097C is #25F683. Grayscale: #545454. Windows color (decimal): -2487940 or 8128986. OLE color: 8128986.

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

Color convert

RGB 218 9 124 -
CMYK 0 0.96 0.43 0.15
HSL 326.99º 0.92% 0.45% -
HSV(B) 326.99º 0.96% 0.85% -
XYZ 32.65 16.56 20.54 -
YUV 84.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 218 9 124 0 0.96 0.43 0.15 326.99 0.92 0.45
Hex DA 9 7C 0 60 2B F 147 5C 2D
Octal 332 11 174 0 140 53 17 507 134 55
Binary 11011010 1001 1111100 0 1100000 101011 1111 101000111 1011100 101101

Color Harmonies of #DA097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA097C

Black with #DA097C

Text Example


Text Example

White with #DA097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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