Html Css Color HEX #DE047F Medium Violet Red

📋 copy color: '#DE047F'

red 222 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #DE047F

Tints of Medium Violet Red #DE047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 62.89%
G = 1.13%
B = 35.98%

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

#DE047F (or 0xDE047F) is known color: Medium Violet Red. HEX triplet: DE, 04 and 7F. RGB value is (222,4,127). Sum of RGB (Red+Green+Blue) = 222+4+127=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE047F is #21FB80. Grayscale: #525252. Windows color (decimal): -2227073 or 8324318. OLE color: 8324318.

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

Color convert

RGB 222 4 127 -
CMYK 0 0.98 0.43 0.13
HSL 326.15º 0.96% 0.44% -
HSV(B) 326.15º 0.98% 0.87% -
XYZ 34 17.15 21.6 -
YUV 83.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 222 4 127 0 0.98 0.43 0.13 326.15 0.96 0.44
Hex DE 4 7F 0 62 2B D 146 60 2C
Octal 336 4 177 0 142 53 15 506 140 54
Binary 11011110 100 1111111 0 1100010 101011 1101 101000110 1100000 101100

Color Harmonies of #DE047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE047F

Black with #DE047F

Text Example


Text Example

White with #DE047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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