Html Css Color HEX #DA1796 Medium Violet Red

📋 copy color: '#DA1796'

red 218 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #DA1796

Tints of Medium Violet Red #DA1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 55.75%
G = 5.88%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA1796 (or 0xDA1796) is known color: Medium Violet Red. HEX triplet: DA, 17 and 96. RGB value is (218,23,150). Sum of RGB (Red+Green+Blue) = 218+23+150=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1796 is #25E869. Grayscale: #5F5F5F. Windows color (decimal): -2484330 or 9836506. OLE color: 9836506.

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

Color convert

RGB 218 23 150 -
CMYK 0 0.89 0.31 0.15
HSL 320.92º 0.81% 0.47% -
HSV(B) 320.92º 0.89% 0.85% -
XYZ 34.72 17.72 30.44 -
YUV 95.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 218 23 150 0 0.89 0.31 0.15 320.92 0.81 0.47
Hex DA 17 96 0 59 1F F 141 51 2F
Octal 332 27 226 0 131 37 17 501 121 57
Binary 11011010 10111 10010110 0 1011001 11111 1111 101000001 1010001 101111

Color Harmonies of #DA1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1796

Black with #DA1796

Text Example


Text Example

White with #DA1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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