Html Css Color HEX #DE0785 Medium Violet Red

📋 copy color: '#DE0785'

red 222 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #DE0785

Tints of Medium Violet Red #DE0785

RGB

 RED value IS 222 (87.11% from 255) = 61.33%

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 61.33%
G = 1.93%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE0785 (or 0xDE0785) is known color: Medium Violet Red. HEX triplet: DE, 07 and 85. RGB value is (222,7,133). Sum of RGB (Red+Green+Blue) = 222+7+133=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0785 is #21F87A. Grayscale: #555555. Windows color (decimal): -2226299 or 8718302. OLE color: 8718302.

HSL color Cylindrical-coordinate representation of color #DE0785: hue angle of 324.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0785 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 7 133 -
CMYK 0 0.97 0.40 0.13
HSL 324.84º 0.94% 0.45% -
HSV(B) 324.84º 0.97% 0.87% -
XYZ 34.43 17.38 23.73 -
YUV 85.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 222 7 133 0 0.97 0.40 0.13 324.84 0.94 0.45
Hex DE 7 85 0 61 28 D 145 5E 2D
Octal 336 7 205 0 141 50 15 505 136 55
Binary 11011110 111 10000101 0 1100001 101000 1101 101000101 1011110 101101

Color Harmonies of #DE0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0785

Black with #DE0785

Text Example


Text Example

White with #DE0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0785; }

 p { color: rgb(222,7,133); }

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

background-color css

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

 a { background-color: rgb(222,7,133); }

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

border-color css

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

 span { border-color: rgb(222,7,133); }

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