Html Css Color HEX #DA098D Medium Violet Red

📋 copy color: '#DA098D'

red 218 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #DA098D

Tints of Medium Violet Red #DA098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 59.24%
G = 2.45%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA098D (or 0xDA098D) is known color: Medium Violet Red. HEX triplet: DA, 09 and 8D. RGB value is (218,9,141). Sum of RGB (Red+Green+Blue) = 218+9+141=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA098D is #25F672. Grayscale: #565656. Windows color (decimal): -2487923 or 9243098. OLE color: 9243098.

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

Color convert

RGB 218 9 141 -
CMYK 0 0.96 0.35 0.15
HSL 322.11º 0.92% 0.45% -
HSV(B) 322.11º 0.96% 0.85% -
XYZ 33.82 17.02 26.7 -
YUV 86.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 218 9 141 0 0.96 0.35 0.15 322.11 0.92 0.45
Hex DA 9 8D 0 60 23 F 142 5C 2D
Octal 332 11 215 0 140 43 17 502 134 55
Binary 11011010 1001 10001101 0 1100000 100011 1111 101000010 1011100 101101

Color Harmonies of #DA098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA098D

Black with #DA098D

Text Example


Text Example

White with #DA098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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