Html Css Color HEX #DA0390 Medium Violet Red

📋 copy color: '#DA0390'

red 218 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #DA0390

Tints of Medium Violet Red #DA0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 59.73%
G = 0.82%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA0390 (or 0xDA0390) is known color: Medium Violet Red. HEX triplet: DA, 03 and 90. RGB value is (218,3,144). Sum of RGB (Red+Green+Blue) = 218+3+144=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0390 is #25FC6F. Grayscale: #535353. Windows color (decimal): -2489456 or 9438170. OLE color: 9438170.

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

Color convert

RGB 218 3 144 -
CMYK 0 0.99 0.34 0.15
HSL 320.65º 0.97% 0.43% -
HSV(B) 320.65º 0.99% 0.85% -
XYZ 33.98 16.98 27.87 -
YUV 83.36 162.23 224.04 -
System Red Green Blue C M Y K H S L
Decimal 218 3 144 0 0.99 0.34 0.15 320.65 0.97 0.43
Hex DA 3 90 0 63 22 F 141 61 2B
Octal 332 3 220 0 143 42 17 501 141 53
Binary 11011010 11 10010000 0 1100011 100010 1111 101000001 1100001 101011

Color Harmonies of #DA0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0390

Black with #DA0390

Text Example


Text Example

White with #DA0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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