Html Css Color HEX #DA0492 Medium Violet Red

📋 copy color: '#DA0492'

red 218 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #DA0492

Tints of Medium Violet Red #DA0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 59.24%
G = 1.09%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0492 (or 0xDA0492) is known color: Medium Violet Red. HEX triplet: DA, 04 and 92. RGB value is (218,4,146). Sum of RGB (Red+Green+Blue) = 218+4+146=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0492 is #25FB6D. Grayscale: #535353. Windows color (decimal): -2489198 or 9569498. OLE color: 9569498.

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

Color convert

RGB 218 4 146 -
CMYK 0 0.98 0.33 0.15
HSL 320.19º 0.96% 0.44% -
HSV(B) 320.19º 0.98% 0.85% -
XYZ 34.15 17.07 28.69 -
YUV 84.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 218 4 146 0 0.98 0.33 0.15 320.19 0.96 0.44
Hex DA 4 92 0 62 21 F 140 60 2C
Octal 332 4 222 0 142 41 17 500 140 54
Binary 11011010 100 10010010 0 1100010 100001 1111 101000000 1100000 101100

Color Harmonies of #DA0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0492

Black with #DA0492

Text Example


Text Example

White with #DA0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0492; }

 p { color: rgb(218,4,146); }

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

background-color css

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

 a { background-color: rgb(218,4,146); }

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

border-color css

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

 span { border-color: rgb(218,4,146); }

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