Html Css Color HEX #DE117F Medium Violet Red

📋 copy color: '#DE117F'

red 222 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #DE117F

Tints of Medium Violet Red #DE117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 60.66%
G = 4.64%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE117F (or 0xDE117F) is known color: Medium Violet Red. HEX triplet: DE, 11 and 7F. RGB value is (222,17,127). Sum of RGB (Red+Green+Blue) = 222+17+127=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE117F is #21EE80. Grayscale: #5A5A5A. Windows color (decimal): -2223745 or 8327646. OLE color: 8327646.

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

Color convert

RGB 222 17 127 -
CMYK 0 0.92 0.43 0.13
HSL 327.8º 0.86% 0.47% -
HSV(B) 327.8º 0.92% 0.87% -
XYZ 34.16 17.46 21.65 -
YUV 90.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 222 17 127 0 0.92 0.43 0.13 327.8 0.86 0.47
Hex DE 11 7F 0 5C 2B D 148 56 2F
Octal 336 21 177 0 134 53 15 510 126 57
Binary 11011110 10001 1111111 0 1011100 101011 1101 101001000 1010110 101111

Color Harmonies of #DE117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE117F

Black with #DE117F

Text Example


Text Example

White with #DE117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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