Html Css Color HEX #DE138E Medium Violet Red

📋 copy color: '#DE138E'

red 222 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #DE138E

Tints of Medium Violet Red #DE138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.96%

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 57.96%
G = 4.96%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE138E (or 0xDE138E) is known color: Medium Violet Red. HEX triplet: DE, 13 and 8E. RGB value is (222,19,142). Sum of RGB (Red+Green+Blue) = 222+19+142=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE138E is #21EC71. Grayscale: #5D5D5D. Windows color (decimal): -2223218 or 9311198. OLE color: 9311198.

HSL color Cylindrical-coordinate representation of color #DE138E: hue angle of 323.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE138E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 19 142 -
CMYK 0 0.91 0.36 0.13
HSL 323.65º 0.84% 0.47% -
HSV(B) 323.65º 0.91% 0.87% -
XYZ 35.24 17.95 27.2 -
YUV 93.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 222 19 142 0 0.91 0.36 0.13 323.65 0.84 0.47
Hex DE 13 8E 0 5B 24 D 144 54 2F
Octal 336 23 216 0 133 44 15 504 124 57
Binary 11011110 10011 10001110 0 1011011 100100 1101 101000100 1010100 101111

Color Harmonies of #DE138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE138E

Black with #DE138E

Text Example


Text Example

White with #DE138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE138E; }

 p { color: rgb(222,19,142); }

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

background-color css

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

 a { background-color: rgb(222,19,142); }

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

border-color css

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

 span { border-color: rgb(222,19,142); }

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