Html Css Color HEX #DE1794 Medium Violet Red

📋 copy color: '#DE1794'

red 222 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #DE1794

Tints of Medium Violet Red #DE1794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 56.49%
G = 5.85%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE1794 (or 0xDE1794) is known color: Medium Violet Red. HEX triplet: DE, 17 and 94. RGB value is (222,23,148). Sum of RGB (Red+Green+Blue) = 222+23+148=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1794 is #21E86B. Grayscale: #606060. Windows color (decimal): -2222188 or 9705438. OLE color: 9705438.

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

Color convert

RGB 222 23 148 -
CMYK 0 0.90 0.33 0.13
HSL 322.31º 0.81% 0.48% -
HSV(B) 322.31º 0.9% 0.87% -
XYZ 35.78 18.28 29.66 -
YUV 96.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 222 23 148 0 0.90 0.33 0.13 322.31 0.81 0.48
Hex DE 17 94 0 5A 21 D 142 51 30
Octal 336 27 224 0 132 41 15 502 121 60
Binary 11011110 10111 10010100 0 1011010 100001 1101 101000010 1010001 110000

Color Harmonies of #DE1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1794

Black with #DE1794

Text Example


Text Example

White with #DE1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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