Html Css Color HEX #DA0792 Medium Violet Red

📋 copy color: '#DA0792'

red 218 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #DA0792

Tints of Medium Violet Red #DA0792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 58.76%
G = 1.89%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0792 (or 0xDA0792) is known color: Medium Violet Red. HEX triplet: DA, 07 and 92. RGB value is (218,7,146). Sum of RGB (Red+Green+Blue) = 218+7+146=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0792 is #25F86D. Grayscale: #555555. Windows color (decimal): -2488430 or 9570266. OLE color: 9570266.

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

Color convert

RGB 218 7 146 -
CMYK 0 0.97 0.33 0.15
HSL 320.47º 0.94% 0.44% -
HSV(B) 320.47º 0.97% 0.85% -
XYZ 34.18 17.13 28.7 -
YUV 85.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 218 7 146 0 0.97 0.33 0.15 320.47 0.94 0.44
Hex DA 7 92 0 61 21 F 140 5E 2C
Octal 332 7 222 0 141 41 17 500 136 54
Binary 11011010 111 10010010 0 1100001 100001 1111 101000000 1011110 101100

Color Harmonies of #DA0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0792

Black with #DA0792

Text Example


Text Example

White with #DA0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0792; }

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

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

background-color css

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

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

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

border-color css

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

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

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