Html Css Color HEX #DE198B Medium Violet Red

📋 copy color: '#DE198B'

red 222 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #DE198B

Tints of Medium Violet Red #DE198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 57.51%
G = 6.48%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE198B (or 0xDE198B) is known color: Medium Violet Red. HEX triplet: DE, 19 and 8B. RGB value is (222,25,139). Sum of RGB (Red+Green+Blue) = 222+25+139=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE198B is #21E674. Grayscale: #606060. Windows color (decimal): -2221685 or 9116126. OLE color: 9116126.

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

Color convert

RGB 222 25 139 -
CMYK 0 0.89 0.37 0.13
HSL 325.28º 0.8% 0.48% -
HSV(B) 325.28º 0.89% 0.87% -
XYZ 35.13 18.09 26.07 -
YUV 96.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 222 25 139 0 0.89 0.37 0.13 325.28 0.8 0.48
Hex DE 19 8B 0 59 25 D 145 50 30
Octal 336 31 213 0 131 45 15 505 120 60
Binary 11011110 11001 10001011 0 1011001 100101 1101 101000101 1010000 110000

Color Harmonies of #DE198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE198B

Black with #DE198B

Text Example


Text Example

White with #DE198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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