Html Css Color HEX #DA097F Medium Violet Red

📋 copy color: '#DA097F'

red 218 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #DA097F

Tints of Medium Violet Red #DA097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 61.58%
G = 2.54%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA097F (or 0xDA097F) is known color: Medium Violet Red. HEX triplet: DA, 09 and 7F. RGB value is (218,9,127). Sum of RGB (Red+Green+Blue) = 218+9+127=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA097F is #25F680. Grayscale: #545454. Windows color (decimal): -2487937 or 8325594. OLE color: 8325594.

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

Color convert

RGB 218 9 127 -
CMYK 0 0.96 0.42 0.15
HSL 326.12º 0.92% 0.45% -
HSV(B) 326.12º 0.96% 0.85% -
XYZ 32.84 16.63 21.56 -
YUV 84.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 218 9 127 0 0.96 0.42 0.15 326.12 0.92 0.45
Hex DA 9 7F 0 60 2A F 146 5C 2D
Octal 332 11 177 0 140 52 17 506 134 55
Binary 11011010 1001 1111111 0 1100000 101010 1111 101000110 1011100 101101

Color Harmonies of #DA097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA097F

Black with #DA097F

Text Example


Text Example

White with #DA097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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