Html Css Color HEX #DE117C Medium Violet Red

📋 copy color: '#DE117C'

red 222 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #DE117C

Tints of Medium Violet Red #DE117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 61.16%
G = 4.68%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE117C (or 0xDE117C) is known color: Medium Violet Red. HEX triplet: DE, 11 and 7C. RGB value is (222,17,124). Sum of RGB (Red+Green+Blue) = 222+17+124=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE117C is #21EE83. Grayscale: #5A5A5A. Windows color (decimal): -2223748 or 8131038. OLE color: 8131038.

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

Color convert

RGB 222 17 124 -
CMYK 0 0.92 0.44 0.13
HSL 328.68º 0.86% 0.47% -
HSV(B) 328.68º 0.92% 0.87% -
XYZ 33.96 17.39 20.63 -
YUV 90.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 222 17 124 0 0.92 0.44 0.13 328.68 0.86 0.47
Hex DE 11 7C 0 5C 2C D 149 56 2F
Octal 336 21 174 0 134 54 15 511 126 57
Binary 11011110 10001 1111100 0 1011100 101100 1101 101001001 1010110 101111

Color Harmonies of #DE117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE117C

Black with #DE117C

Text Example


Text Example

White with #DE117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE117C; }

 p { color: rgb(222,17,124); }

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

background-color css

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

 a { background-color: rgb(222,17,124); }

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

border-color css

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

 span { border-color: rgb(222,17,124); }

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