Html Css Color HEX #DE0080 Medium Violet Red

📋 copy color: '#DE0080'

red 222 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #DE0080

Tints of Medium Violet Red #DE0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 63.43%
G = 0%
B = 36.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE0080 (or 0xDE0080) is known color: Medium Violet Red. HEX triplet: DE, 00 and 80. RGB value is (222,0,128). Sum of RGB (Red+Green+Blue) = 222+0+128=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0080 is #21FF7F. Grayscale: #505050. Windows color (decimal): -2228096 or 8388830. OLE color: 8388830.

HSL color Cylindrical-coordinate representation of color #DE0080: hue angle of 325.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0080 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 128 -
CMYK 0 1 0.42 0.13
HSL 325.41º 1% 0.44% -
HSV(B) 325.41º 1% 0.87% -
XYZ 34.02 17.09 21.93 -
YUV 80.97 154.55 228.59 -
System Red Green Blue C M Y K H S L
Decimal 222 0 128 0 1 0.42 0.13 325.41 1 0.44
Hex DE 0 80 0 64 2A D 145 64 2C
Octal 336 0 200 0 144 52 15 505 144 54
Binary 11011110 0 10000000 0 1100100 101010 1101 101000101 1100100 101100

Color Harmonies of #DE0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0080

Black with #DE0080

Text Example


Text Example

White with #DE0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0080; }

 p { color: rgb(222,0,128); }

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

background-color css

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

 a { background-color: rgb(222,0,128); }

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

border-color css

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

 span { border-color: rgb(222,0,128); }

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