Html Css Color HEX #DA1490 Medium Violet Red

📋 copy color: '#DA1490'

red 218 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #DA1490

Tints of Medium Violet Red #DA1490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 57.07%
G = 5.24%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA1490 (or 0xDA1490) is known color: Medium Violet Red. HEX triplet: DA, 14 and 90. RGB value is (218,20,144). Sum of RGB (Red+Green+Blue) = 218+20+144=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1490 is #25EB6F. Grayscale: #5D5D5D. Windows color (decimal): -2485104 or 9442522. OLE color: 9442522.

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

Color convert

RGB 218 20 144 -
CMYK 0 0.91 0.34 0.15
HSL 322.42º 0.83% 0.47% -
HSV(B) 322.42º 0.91% 0.85% -
XYZ 34.2 17.42 27.95 -
YUV 93.34 156.6 216.92 -
System Red Green Blue C M Y K H S L
Decimal 218 20 144 0 0.91 0.34 0.15 322.42 0.83 0.47
Hex DA 14 90 0 5B 22 F 142 53 2F
Octal 332 24 220 0 133 42 17 502 123 57
Binary 11011010 10100 10010000 0 1011011 100010 1111 101000010 1010011 101111

Color Harmonies of #DA1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1490

Black with #DA1490

Text Example


Text Example

White with #DA1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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