Html Css Color HEX #DE0483 Medium Violet Red

📋 copy color: '#DE0483'

red 222 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #DE0483

Tints of Medium Violet Red #DE0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 62.18%
G = 1.12%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE0483 (or 0xDE0483) is known color: Medium Violet Red. HEX triplet: DE, 04 and 83. RGB value is (222,4,131). Sum of RGB (Red+Green+Blue) = 222+4+131=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0483 is #21FB7C. Grayscale: #535353. Windows color (decimal): -2227069 or 8586462. OLE color: 8586462.

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

Color convert

RGB 222 4 131 -
CMYK 0 0.98 0.41 0.13
HSL 325.05º 0.96% 0.44% -
HSV(B) 325.05º 0.98% 0.87% -
XYZ 34.26 17.26 23 -
YUV 83.66 154.72 226.67 -
System Red Green Blue C M Y K H S L
Decimal 222 4 131 0 0.98 0.41 0.13 325.05 0.96 0.44
Hex DE 4 83 0 62 29 D 145 60 2C
Octal 336 4 203 0 142 51 15 505 140 54
Binary 11011110 100 10000011 0 1100010 101001 1101 101000101 1100000 101100

Color Harmonies of #DE0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0483

Black with #DE0483

Text Example


Text Example

White with #DE0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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