Html Css Color HEX #DA0290 Medium Violet Red

📋 copy color: '#DA0290'

red 218 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #DA0290

Tints of Medium Violet Red #DA0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 59.89%
G = 0.55%
B = 39.56%

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

#DA0290 (or 0xDA0290) is known color: Medium Violet Red. HEX triplet: DA, 02 and 90. RGB value is (218,2,144). Sum of RGB (Red+Green+Blue) = 218+2+144=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0290 is #25FD6F. Grayscale: #525252. Windows color (decimal): -2489712 or 9437914. OLE color: 9437914.

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

Color convert

RGB 218 2 144 -
CMYK 0 0.99 0.34 0.15
HSL 320.56º 0.98% 0.43% -
HSV(B) 320.56º 0.99% 0.85% -
XYZ 33.97 16.96 27.87 -
YUV 82.77 162.56 224.45 -
System Red Green Blue C M Y K H S L
Decimal 218 2 144 0 0.99 0.34 0.15 320.56 0.98 0.43
Hex DA 2 90 0 63 22 F 141 62 2B
Octal 332 2 220 0 143 42 17 501 142 53
Binary 11011010 10 10010000 0 1100011 100010 1111 101000001 1100010 101011

Color Harmonies of #DA0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0290

Black with #DA0290

Text Example


Text Example

White with #DA0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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