Html Css Color HEX #DA098C Medium Violet Red

📋 copy color: '#DA098C'

red 218 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #DA098C

Tints of Medium Violet Red #DA098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 59.4%
G = 2.45%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA098C (or 0xDA098C) is known color: Medium Violet Red. HEX triplet: DA, 09 and 8C. RGB value is (218,9,140). Sum of RGB (Red+Green+Blue) = 218+9+140=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA098C is #25F673. Grayscale: #565656. Windows color (decimal): -2487924 or 9177562. OLE color: 9177562.

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

Color convert

RGB 218 9 140 -
CMYK 0 0.96 0.36 0.15
HSL 322.39º 0.92% 0.45% -
HSV(B) 322.39º 0.96% 0.85% -
XYZ 33.74 16.99 26.31 -
YUV 86.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 218 9 140 0 0.96 0.36 0.15 322.39 0.92 0.45
Hex DA 9 8C 0 60 24 F 142 5C 2D
Octal 332 11 214 0 140 44 17 502 134 55
Binary 11011010 1001 10001100 0 1100000 100100 1111 101000010 1011100 101101

Color Harmonies of #DA098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA098C

Black with #DA098C

Text Example


Text Example

White with #DA098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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