Html Css Color HEX #DA098F Medium Violet Red

📋 copy color: '#DA098F'

red 218 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #DA098F

Tints of Medium Violet Red #DA098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 58.92%
G = 2.43%
B = 38.65%

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

#DA098F (or 0xDA098F) is known color: Medium Violet Red. HEX triplet: DA, 09 and 8F. RGB value is (218,9,143). Sum of RGB (Red+Green+Blue) = 218+9+143=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA098F is #25F670. Grayscale: #565656. Windows color (decimal): -2487921 or 9374170. OLE color: 9374170.

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

Color convert

RGB 218 9 143 -
CMYK 0 0.96 0.34 0.15
HSL 321.53º 0.92% 0.45% -
HSV(B) 321.53º 0.96% 0.85% -
XYZ 33.97 17.08 27.49 -
YUV 86.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 218 9 143 0 0.96 0.34 0.15 321.53 0.92 0.45
Hex DA 9 8F 0 60 22 F 142 5C 2D
Octal 332 11 217 0 140 42 17 502 134 55
Binary 11011010 1001 10001111 0 1100000 100010 1111 101000010 1011100 101101

Color Harmonies of #DA098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA098F

Black with #DA098F

Text Example


Text Example

White with #DA098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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