Html Css Color HEX #DA1990 Medium Violet Red

📋 copy color: '#DA1990'

red 218 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #DA1990

Tints of Medium Violet Red #DA1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 56.33%
G = 6.46%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA1990 (or 0xDA1990) is known color: Medium Violet Red. HEX triplet: DA, 19 and 90. RGB value is (218,25,144). Sum of RGB (Red+Green+Blue) = 218+25+144=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1990 is #25E66F. Grayscale: #5F5F5F. Windows color (decimal): -2483824 or 9443802. OLE color: 9443802.

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

Color convert

RGB 218 25 144 -
CMYK 0 0.89 0.34 0.15
HSL 323.01º 0.79% 0.48% -
HSV(B) 323.01º 0.89% 0.85% -
XYZ 34.3 17.61 27.98 -
YUV 96.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 218 25 144 0 0.89 0.34 0.15 323.01 0.79 0.48
Hex DA 19 90 0 59 22 F 143 4F 30
Octal 332 31 220 0 131 42 17 503 117 60
Binary 11011010 11001 10010000 0 1011001 100010 1111 101000011 1001111 110000

Color Harmonies of #DA1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1990

Black with #DA1990

Text Example


Text Example

White with #DA1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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