Html Css Color HEX #DA198C Medium Violet Red

📋 copy color: '#DA198C'

red 218 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #DA198C

Tints of Medium Violet Red #DA198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 56.92%
G = 6.53%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA198C (or 0xDA198C) is known color: Medium Violet Red. HEX triplet: DA, 19 and 8C. RGB value is (218,25,140). Sum of RGB (Red+Green+Blue) = 218+25+140=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA198C is #25E673. Grayscale: #5F5F5F. Windows color (decimal): -2483828 or 9181658. OLE color: 9181658.

HSL color Cylindrical-coordinate representation of color #DA198C: hue angle of 324.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA198C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 140 -
CMYK 0 0.89 0.36 0.15
HSL 324.25º 0.79% 0.48% -
HSV(B) 324.25º 0.89% 0.85% -
XYZ 33.99 17.49 26.4 -
YUV 95.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 218 25 140 0 0.89 0.36 0.15 324.25 0.79 0.48
Hex DA 19 8C 0 59 24 F 144 4F 30
Octal 332 31 214 0 131 44 17 504 117 60
Binary 11011010 11001 10001100 0 1011001 100100 1111 101000100 1001111 110000

Color Harmonies of #DA198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA198C

Black with #DA198C

Text Example


Text Example

White with #DA198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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