Html Css Color HEX #DE0482 Medium Violet Red

📋 copy color: '#DE0482'

red 222 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #DE0482

Tints of Medium Violet Red #DE0482

RGB

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

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

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

R = 62.36%
G = 1.12%
B = 36.52%

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

#DE0482 (or 0xDE0482) is known color: Medium Violet Red. HEX triplet: DE, 04 and 82. RGB value is (222,4,130). Sum of RGB (Red+Green+Blue) = 222+4+130=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0482 is #21FB7D. Grayscale: #535353. Windows color (decimal): -2227070 or 8520926. OLE color: 8520926.

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

Color convert

RGB 222 4 130 -
CMYK 0 0.98 0.41 0.13
HSL 325.32º 0.96% 0.44% -
HSV(B) 325.32º 0.98% 0.87% -
XYZ 34.2 17.23 22.64 -
YUV 83.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 222 4 130 0 0.98 0.41 0.13 325.32 0.96 0.44
Hex DE 4 82 0 62 29 D 145 60 2C
Octal 336 4 202 0 142 51 15 505 140 54
Binary 11011110 100 10000010 0 1100010 101001 1101 101000101 1100000 101100

Color Harmonies of #DE0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0482

Black with #DE0482

Text Example


Text Example

White with #DE0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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