Html Css Color HEX #DE158D Medium Violet Red

📋 copy color: '#DE158D'

red 222 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #DE158D

Tints of Medium Violet Red #DE158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 57.81%
G = 5.47%
B = 36.72%

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

#DE158D (or 0xDE158D) is known color: Medium Violet Red. HEX triplet: DE, 15 and 8D. RGB value is (222,21,141). Sum of RGB (Red+Green+Blue) = 222+21+141=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE158D is #21EA72. Grayscale: #5E5E5E. Windows color (decimal): -2222707 or 9246174. OLE color: 9246174.

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

Color convert

RGB 222 21 141 -
CMYK 0 0.91 0.36 0.13
HSL 324.18º 0.83% 0.48% -
HSV(B) 324.18º 0.91% 0.87% -
XYZ 35.2 17.99 26.82 -
YUV 94.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 222 21 141 0 0.91 0.36 0.13 324.18 0.83 0.48
Hex DE 15 8D 0 5B 24 D 144 53 30
Octal 336 25 215 0 133 44 15 504 123 60
Binary 11011110 10101 10001101 0 1011011 100100 1101 101000100 1010011 110000

Color Harmonies of #DE158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE158D

Black with #DE158D

Text Example


Text Example

White with #DE158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE158D; }

 p { color: rgb(222,21,141); }

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

background-color css

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

 a { background-color: rgb(222,21,141); }

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

border-color css

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

 span { border-color: rgb(222,21,141); }

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