Html Css Color HEX #DE197F Medium Violet Red

📋 copy color: '#DE197F'

red 222 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #DE197F

Tints of Medium Violet Red #DE197F

RGB

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

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

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

R = 59.36%
G = 6.68%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE197F (or 0xDE197F) is known color: Medium Violet Red. HEX triplet: DE, 19 and 7F. RGB value is (222,25,127). Sum of RGB (Red+Green+Blue) = 222+25+127=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE197F is #21E680. Grayscale: #5F5F5F. Windows color (decimal): -2221697 or 8329694. OLE color: 8329694.

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

Color convert

RGB 222 25 127 -
CMYK 0 0.89 0.43 0.13
HSL 328.93º 0.8% 0.48% -
HSV(B) 328.93º 0.89% 0.87% -
XYZ 34.3 17.76 21.7 -
YUV 95.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 222 25 127 0 0.89 0.43 0.13 328.93 0.8 0.48
Hex DE 19 7F 0 59 2B D 149 50 30
Octal 336 31 177 0 131 53 15 511 120 60
Binary 11011110 11001 1111111 0 1011001 101011 1101 101001001 1010000 110000

Color Harmonies of #DE197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE197F

Black with #DE197F

Text Example


Text Example

White with #DE197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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