Html Css Color HEX #DE197C Medium Violet Red

📋 copy color: '#DE197C'

red 222 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #DE197C

Tints of Medium Violet Red #DE197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 59.84%
G = 6.74%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE197C (or 0xDE197C) is known color: Medium Violet Red. HEX triplet: DE, 19 and 7C. RGB value is (222,25,124). Sum of RGB (Red+Green+Blue) = 222+25+124=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE197C is #21E683. Grayscale: #5E5E5E. Windows color (decimal): -2221700 or 8133086. OLE color: 8133086.

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

Color convert

RGB 222 25 124 -
CMYK 0 0.89 0.44 0.13
HSL 329.85º 0.8% 0.48% -
HSV(B) 329.85º 0.89% 0.87% -
XYZ 34.11 17.68 20.68 -
YUV 95.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 222 25 124 0 0.89 0.44 0.13 329.85 0.8 0.48
Hex DE 19 7C 0 59 2C D 14A 50 30
Octal 336 31 174 0 131 54 15 512 120 60
Binary 11011110 11001 1111100 0 1011001 101100 1101 101001010 1010000 110000

Color Harmonies of #DE197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE197C

Black with #DE197C

Text Example


Text Example

White with #DE197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE197C; }

 p { color: rgb(222,25,124); }

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

background-color css

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

 a { background-color: rgb(222,25,124); }

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

border-color css

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

 span { border-color: rgb(222,25,124); }

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