Html Css Color HEX #DE1793 Medium Violet Red

📋 copy color: '#DE1793'

red 222 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #DE1793

Tints of Medium Violet Red #DE1793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.5%

R = 56.63%
G = 5.87%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE1793 (or 0xDE1793) is known color: Medium Violet Red. HEX triplet: DE, 17 and 93. RGB value is (222,23,147). Sum of RGB (Red+Green+Blue) = 222+23+147=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1793 is #21E86C. Grayscale: #606060. Windows color (decimal): -2222189 or 9639902. OLE color: 9639902.

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

Color convert

RGB 222 23 147 -
CMYK 0 0.90 0.34 0.13
HSL 322.61º 0.81% 0.48% -
HSV(B) 322.61º 0.9% 0.87% -
XYZ 35.7 18.25 29.24 -
YUV 96.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 222 23 147 0 0.90 0.34 0.13 322.61 0.81 0.48
Hex DE 17 93 0 5A 22 D 143 51 30
Octal 336 27 223 0 132 42 15 503 121 60
Binary 11011110 10111 10010011 0 1011010 100010 1101 101000011 1010001 110000

Color Harmonies of #DE1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1793

Black with #DE1793

Text Example


Text Example

White with #DE1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1793; }

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

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

background-color css

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

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

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

border-color css

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

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

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