Html Css Color HEX #DA0392 Medium Violet Red

📋 copy color: '#DA0392'

red 218 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #DA0392

Tints of Medium Violet Red #DA0392

RGB

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

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

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

R = 59.4%
G = 0.82%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0392 (or 0xDA0392) is known color: Medium Violet Red. HEX triplet: DA, 03 and 92. RGB value is (218,3,146). Sum of RGB (Red+Green+Blue) = 218+3+146=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0392 is #25FC6D. Grayscale: #535353. Windows color (decimal): -2489454 or 9569242. OLE color: 9569242.

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

Color convert

RGB 218 3 146 -
CMYK 0 0.99 0.33 0.15
HSL 320.09º 0.97% 0.43% -
HSV(B) 320.09º 0.99% 0.85% -
XYZ 34.13 17.05 28.69 -
YUV 83.59 163.23 223.87 -
System Red Green Blue C M Y K H S L
Decimal 218 3 146 0 0.99 0.33 0.15 320.09 0.97 0.43
Hex DA 3 92 0 63 21 F 140 61 2B
Octal 332 3 222 0 143 41 17 500 141 53
Binary 11011010 11 10010010 0 1100011 100001 1111 101000000 1100001 101011

Color Harmonies of #DA0392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0392

Black with #DA0392

Text Example


Text Example

White with #DA0392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0392; }

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

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

background-color css

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

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

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

border-color css

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

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

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