Html Css Color HEX #DE1682 Medium Violet Red

📋 copy color: '#DE1682'

red 222 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #DE1682

Tints of Medium Violet Red #DE1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.88%

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

R = 59.36%
G = 5.88%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE1682 (or 0xDE1682) is known color: Medium Violet Red. HEX triplet: DE, 16 and 82. RGB value is (222,22,130). Sum of RGB (Red+Green+Blue) = 222+22+130=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1682 is #21E97D. Grayscale: #5D5D5D. Windows color (decimal): -2222462 or 8525534. OLE color: 8525534.

HSL color Cylindrical-coordinate representation of color #DE1682: hue angle of 327.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1682 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 130 -
CMYK 0 0.90 0.41 0.13
HSL 327.6º 0.82% 0.48% -
HSV(B) 327.6º 0.9% 0.87% -
XYZ 34.44 17.72 22.72 -
YUV 94.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 222 22 130 0 0.90 0.41 0.13 327.6 0.82 0.48
Hex DE 16 82 0 5A 29 D 148 52 30
Octal 336 26 202 0 132 51 15 510 122 60
Binary 11011110 10110 10000010 0 1011010 101001 1101 101001000 1010010 110000

Color Harmonies of #DE1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1682

Black with #DE1682

Text Example


Text Example

White with #DE1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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