Html Css Color HEX #DE1086 Medium Violet Red

📋 copy color: '#DE1086'

red 222 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #DE1086

Tints of Medium Violet Red #DE1086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

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

R = 59.68%
G = 4.3%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE1086 (or 0xDE1086) is known color: Medium Violet Red. HEX triplet: DE, 10 and 86. RGB value is (222,16,134). Sum of RGB (Red+Green+Blue) = 222+16+134=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1086 is #21EF79. Grayscale: #5A5A5A. Windows color (decimal): -2223994 or 8786142. OLE color: 8786142.

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

Color convert

RGB 222 16 134 -
CMYK 0 0.93 0.40 0.13
HSL 325.63º 0.87% 0.47% -
HSV(B) 325.63º 0.93% 0.87% -
XYZ 34.61 17.62 24.13 -
YUV 91.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 222 16 134 0 0.93 0.40 0.13 325.63 0.87 0.47
Hex DE 10 86 0 5D 28 D 146 57 2F
Octal 336 20 206 0 135 50 15 506 127 57
Binary 11011110 10000 10000110 0 1011101 101000 1101 101000110 1010111 101111

Color Harmonies of #DE1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1086

Black with #DE1086

Text Example


Text Example

White with #DE1086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1086; }

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

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

background-color css

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

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

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

border-color css

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

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

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