Html Css Color HEX #DE0486 Medium Violet Red

📋 copy color: '#DE0486'

red 222 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #DE0486

Tints of Medium Violet Red #DE0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 61.67%
G = 1.11%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE0486 (or 0xDE0486) is known color: Medium Violet Red. HEX triplet: DE, 04 and 86. RGB value is (222,4,134). Sum of RGB (Red+Green+Blue) = 222+4+134=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0486 is #21FB79. Grayscale: #535353. Windows color (decimal): -2227066 or 8783070. OLE color: 8783070.

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

Color convert

RGB 222 4 134 -
CMYK 0 0.98 0.40 0.13
HSL 324.22º 0.96% 0.44% -
HSV(B) 324.22º 0.98% 0.87% -
XYZ 34.47 17.34 24.08 -
YUV 84 156.22 226.43 -
System Red Green Blue C M Y K H S L
Decimal 222 4 134 0 0.98 0.40 0.13 324.22 0.96 0.44
Hex DE 4 86 0 62 28 D 144 60 2C
Octal 336 4 206 0 142 50 15 504 140 54
Binary 11011110 100 10000110 0 1100010 101000 1101 101000100 1100000 101100

Color Harmonies of #DE0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0486

Black with #DE0486

Text Example


Text Example

White with #DE0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0486; }

 p { color: rgb(222,4,134); }

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

background-color css

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

 a { background-color: rgb(222,4,134); }

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

border-color css

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

 span { border-color: rgb(222,4,134); }

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