Html Css Color HEX #DA19A0 Medium Violet Red

📋 copy color: '#DA19A0'

red 218 ◦ green 25 ◦ blue 160

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

Shades of Medium Violet Red #DA19A0

Tints of Medium Violet Red #DA19A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 54.09%
G = 6.2%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA19A0 (or 0xDA19A0) is known color: Medium Violet Red. HEX triplet: DA, 19 and A0. RGB value is (218,25,160). Sum of RGB (Red+Green+Blue) = 218+25+160=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19A0 is #25E65F. Grayscale: #616161. Windows color (decimal): -2483808 or 10492378. OLE color: 10492378.

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

Color convert

RGB 218 25 160 -
CMYK 0 0.89 0.27 0.15
HSL 318.03º 0.79% 0.48% -
HSV(B) 318.03º 0.89% 0.85% -
XYZ 35.61 18.14 34.88 -
YUV 98.1 162.94 213.52 -
System Red Green Blue C M Y K H S L
Decimal 218 25 160 0 0.89 0.27 0.15 318.03 0.79 0.48
Hex DA 19 A0 0 59 1B F 13E 4F 30
Octal 332 31 240 0 131 33 17 476 117 60
Binary 11011010 11001 10100000 0 1011001 11011 1111 100111110 1001111 110000

Color Harmonies of #DA19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19A0

Black with #DA19A0

Text Example


Text Example

White with #DA19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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