Html Css Color HEX #DA1391 Medium Violet Red

📋 copy color: '#DA1391'

red 218 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #DA1391

Tints of Medium Violet Red #DA1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 57.07%
G = 4.97%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA1391 (or 0xDA1391) is known color: Medium Violet Red. HEX triplet: DA, 13 and 91. RGB value is (218,19,145). Sum of RGB (Red+Green+Blue) = 218+19+145=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1391 is #25EC6E. Grayscale: #5C5C5C. Windows color (decimal): -2485359 or 9507802. OLE color: 9507802.

HSL color Cylindrical-coordinate representation of color #DA1391: hue angle of 322.01º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1391 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 145 -
CMYK 0 0.91 0.33 0.15
HSL 322.01º 0.84% 0.46% -
HSV(B) 322.01º 0.91% 0.85% -
XYZ 34.26 17.42 28.34 -
YUV 92.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 218 19 145 0 0.91 0.33 0.15 322.01 0.84 0.46
Hex DA 13 91 0 5B 21 F 142 54 2E
Octal 332 23 221 0 133 41 17 502 124 56
Binary 11011010 10011 10010001 0 1011011 100001 1111 101000010 1010100 101110

Color Harmonies of #DA1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1391

Black with #DA1391

Text Example


Text Example

White with #DA1391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1391; }

 p { color: rgb(218,19,145); }

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

background-color css

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

 a { background-color: rgb(218,19,145); }

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

border-color css

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

 span { border-color: rgb(218,19,145); }

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