Html Css Color HEX #DA198D Medium Violet Red

📋 copy color: '#DA198D'

red 218 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #DA198D

Tints of Medium Violet Red #DA198D

RGB

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

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

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

R = 56.77%
G = 6.51%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA198D (or 0xDA198D) is known color: Medium Violet Red. HEX triplet: DA, 19 and 8D. RGB value is (218,25,141). Sum of RGB (Red+Green+Blue) = 218+25+141=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA198D is #25E672. Grayscale: #5F5F5F. Windows color (decimal): -2483827 or 9247194. OLE color: 9247194.

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

Color convert

RGB 218 25 141 -
CMYK 0 0.89 0.35 0.15
HSL 323.94º 0.79% 0.48% -
HSV(B) 323.94º 0.89% 0.85% -
XYZ 34.07 17.52 26.79 -
YUV 95.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 218 25 141 0 0.89 0.35 0.15 323.94 0.79 0.48
Hex DA 19 8D 0 59 23 F 144 4F 30
Octal 332 31 215 0 131 43 17 504 117 60
Binary 11011010 11001 10001101 0 1011001 100011 1111 101000100 1001111 110000

Color Harmonies of #DA198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA198D

Black with #DA198D

Text Example


Text Example

White with #DA198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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