Html Css Color HEX #DE197B Medium Violet Red

📋 copy color: '#DE197B'

red 222 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #DE197B

Tints of Medium Violet Red #DE197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 60%
G = 6.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE197B (or 0xDE197B) is known color: Medium Violet Red. HEX triplet: DE, 19 and 7B. RGB value is (222,25,123). Sum of RGB (Red+Green+Blue) = 222+25+123=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE197B is #21E684. Grayscale: #5E5E5E. Windows color (decimal): -2221701 or 8067550. OLE color: 8067550.

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

Color convert

RGB 222 25 123 -
CMYK 0 0.89 0.45 0.13
HSL 330.15º 0.8% 0.48% -
HSV(B) 330.15º 0.89% 0.87% -
XYZ 34.05 17.65 20.35 -
YUV 95.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 222 25 123 0 0.89 0.45 0.13 330.15 0.8 0.48
Hex DE 19 7B 0 59 2D D 14A 50 30
Octal 336 31 173 0 131 55 15 512 120 60
Binary 11011110 11001 1111011 0 1011001 101101 1101 101001010 1010000 110000

Color Harmonies of #DE197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE197B

Black with #DE197B

Text Example


Text Example

White with #DE197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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