Html Css Color HEX #DE177F Medium Violet Red

📋 copy color: '#DE177F'

red 222 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #DE177F

Tints of Medium Violet Red #DE177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.18%

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

R = 59.68%
G = 6.18%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE177F (or 0xDE177F) is known color: Medium Violet Red. HEX triplet: DE, 17 and 7F. RGB value is (222,23,127). Sum of RGB (Red+Green+Blue) = 222+23+127=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE177F is #21E880. Grayscale: #5E5E5E. Windows color (decimal): -2222209 or 8329182. OLE color: 8329182.

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

Color convert

RGB 222 23 127 -
CMYK 0 0.90 0.43 0.13
HSL 328.64º 0.81% 0.48% -
HSV(B) 328.64º 0.9% 0.87% -
XYZ 34.26 17.67 21.68 -
YUV 94.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 222 23 127 0 0.90 0.43 0.13 328.64 0.81 0.48
Hex DE 17 7F 0 5A 2B D 149 51 30
Octal 336 27 177 0 132 53 15 511 121 60
Binary 11011110 10111 1111111 0 1011010 101011 1101 101001001 1010001 110000

Color Harmonies of #DE177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE177F

Black with #DE177F

Text Example


Text Example

White with #DE177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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