Html Css Color HEX #DE057F Medium Violet Red

📋 copy color: '#DE057F'

red 222 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #DE057F

Tints of Medium Violet Red #DE057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 62.71%
G = 1.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE057F (or 0xDE057F) is known color: Medium Violet Red. HEX triplet: DE, 05 and 7F. RGB value is (222,5,127). Sum of RGB (Red+Green+Blue) = 222+5+127=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE057F is #21FA80. Grayscale: #535353. Windows color (decimal): -2226817 or 8324574. OLE color: 8324574.

HSL color Cylindrical-coordinate representation of color #DE057F: hue angle of 326.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE057F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 5 127 -
CMYK 0 0.98 0.43 0.13
HSL 326.27º 0.96% 0.45% -
HSV(B) 326.27º 0.98% 0.87% -
XYZ 34.01 17.17 21.6 -
YUV 83.79 152.39 226.58 -
System Red Green Blue C M Y K H S L
Decimal 222 5 127 0 0.98 0.43 0.13 326.27 0.96 0.45
Hex DE 5 7F 0 62 2B D 146 60 2D
Octal 336 5 177 0 142 53 15 506 140 55
Binary 11011110 101 1111111 0 1100010 101011 1101 101000110 1100000 101101

Color Harmonies of #DE057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE057F

Black with #DE057F

Text Example


Text Example

White with #DE057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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