Html Css Color HEX #DE1579 Medium Violet Red

📋 copy color: '#DE1579'

red 222 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #DE1579

Tints of Medium Violet Red #DE1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 60.99%
G = 5.77%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE1579 (or 0xDE1579) is known color: Medium Violet Red. HEX triplet: DE, 15 and 79. RGB value is (222,21,121). Sum of RGB (Red+Green+Blue) = 222+21+121=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1579 is #21EA86. Grayscale: #5C5C5C. Windows color (decimal): -2222727 or 7935454. OLE color: 7935454.

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

Color convert

RGB 222 21 121 -
CMYK 0 0.91 0.45 0.13
HSL 330.15º 0.83% 0.48% -
HSV(B) 330.15º 0.91% 0.87% -
XYZ 33.84 17.45 19.67 -
YUV 92.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 222 21 121 0 0.91 0.45 0.13 330.15 0.83 0.48
Hex DE 15 79 0 5B 2D D 14A 53 30
Octal 336 25 171 0 133 55 15 512 123 60
Binary 11011110 10101 1111001 0 1011011 101101 1101 101001010 1010011 110000

Color Harmonies of #DE1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1579

Black with #DE1579

Text Example


Text Example

White with #DE1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1579; }

 p { color: rgb(222,21,121); }

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

background-color css

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

 a { background-color: rgb(222,21,121); }

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

border-color css

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

 span { border-color: rgb(222,21,121); }

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