Html Css Color HEX #DE0082 Medium Violet Red

📋 copy color: '#DE0082'

red 222 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #DE0082

Tints of Medium Violet Red #DE0082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 63.07%
G = 0%
B = 36.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE0082 (or 0xDE0082) is known color: Medium Violet Red. HEX triplet: DE, 00 and 82. RGB value is (222,0,130). Sum of RGB (Red+Green+Blue) = 222+0+130=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0082 is #21FF7D. Grayscale: #505050. Windows color (decimal): -2228094 or 8519902. OLE color: 8519902.

HSL color Cylindrical-coordinate representation of color #DE0082: hue angle of 324.86º 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 #DE0082 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 130 -
CMYK 0 1 0.41 0.13
HSL 324.86º 1% 0.44% -
HSV(B) 324.86º 1% 0.87% -
XYZ 34.15 17.14 22.63 -
YUV 81.2 155.55 228.43 -
System Red Green Blue C M Y K H S L
Decimal 222 0 130 0 1 0.41 0.13 324.86 1 0.44
Hex DE 0 82 0 64 29 D 145 64 2C
Octal 336 0 202 0 144 51 15 505 144 54
Binary 11011110 0 10000010 0 1100100 101001 1101 101000101 1100100 101100

Color Harmonies of #DE0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0082

Black with #DE0082

Text Example


Text Example

White with #DE0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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