Html Css Color HEX #DE1686 Medium Violet Red

📋 copy color: '#DE1686'

red 222 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #DE1686

Tints of Medium Violet Red #DE1686

RGB

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

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

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

R = 58.73%
G = 5.82%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE1686 (or 0xDE1686) is known color: Medium Violet Red. HEX triplet: DE, 16 and 86. RGB value is (222,22,134). Sum of RGB (Red+Green+Blue) = 222+22+134=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1686 is #21E979. Grayscale: #5E5E5E. Windows color (decimal): -2222458 or 8787678. OLE color: 8787678.

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

Color convert

RGB 222 22 134 -
CMYK 0 0.90 0.40 0.13
HSL 326.4º 0.82% 0.48% -
HSV(B) 326.4º 0.9% 0.87% -
XYZ 34.71 17.82 24.17 -
YUV 94.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 222 22 134 0 0.90 0.40 0.13 326.4 0.82 0.48
Hex DE 16 86 0 5A 28 D 146 52 30
Octal 336 26 206 0 132 50 15 506 122 60
Binary 11011110 10110 10000110 0 1011010 101000 1101 101000110 1010010 110000

Color Harmonies of #DE1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1686

Black with #DE1686

Text Example


Text Example

White with #DE1686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1686; }

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

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

background-color css

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

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

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

border-color css

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

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

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