Html Css Color HEX #DA1493 Medium Violet Red

📋 copy color: '#DA1493'

red 218 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #DA1493

Tints of Medium Violet Red #DA1493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 56.62%
G = 5.19%
B = 38.18%

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

#DA1493 (or 0xDA1493) is known color: Medium Violet Red. HEX triplet: DA, 14 and 93. RGB value is (218,20,147). Sum of RGB (Red+Green+Blue) = 218+20+147=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1493 is #25EB6C. Grayscale: #5D5D5D. Windows color (decimal): -2485101 or 9639130. OLE color: 9639130.

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

Color convert

RGB 218 20 147 -
CMYK 0 0.91 0.33 0.15
HSL 321.52º 0.83% 0.47% -
HSV(B) 321.52º 0.91% 0.85% -
XYZ 34.43 17.51 29.17 -
YUV 93.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 218 20 147 0 0.91 0.33 0.15 321.52 0.83 0.47
Hex DA 14 93 0 5B 21 F 142 53 2F
Octal 332 24 223 0 133 41 17 502 123 57
Binary 11011010 10100 10010011 0 1011011 100001 1111 101000010 1010011 101111

Color Harmonies of #DA1493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1493

Black with #DA1493

Text Example


Text Example

White with #DA1493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1493; }

 p { color: rgb(218,20,147); }

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

background-color css

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

 a { background-color: rgb(218,20,147); }

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

border-color css

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

 span { border-color: rgb(218,20,147); }

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