Html Css Color HEX #DA1794 Medium Violet Red

📋 copy color: '#DA1794'

red 218 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #DA1794

Tints of Medium Violet Red #DA1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.91%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 56.04%
G = 5.91%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA1794 (or 0xDA1794) is known color: Medium Violet Red. HEX triplet: DA, 17 and 94. RGB value is (218,23,148). Sum of RGB (Red+Green+Blue) = 218+23+148=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1794 is #25E86B. Grayscale: #5F5F5F. Windows color (decimal): -2484332 or 9705434. OLE color: 9705434.

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

Color convert

RGB 218 23 148 -
CMYK 0 0.89 0.32 0.15
HSL 321.54º 0.81% 0.47% -
HSV(B) 321.54º 0.89% 0.85% -
XYZ 34.57 17.66 29.6 -
YUV 95.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 218 23 148 0 0.89 0.32 0.15 321.54 0.81 0.47
Hex DA 17 94 0 59 20 F 142 51 2F
Octal 332 27 224 0 131 40 17 502 121 57
Binary 11011010 10111 10010100 0 1011001 100000 1111 101000010 1010001 101111

Color Harmonies of #DA1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1794

Black with #DA1794

Text Example


Text Example

White with #DA1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1794; }

 p { color: rgb(218,23,148); }

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

background-color css

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

 a { background-color: rgb(218,23,148); }

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

border-color css

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

 span { border-color: rgb(218,23,148); }

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