Html Css Color HEX #DE158F Medium Violet Red

📋 copy color: '#DE158F'

red 222 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #DE158F

Tints of Medium Violet Red #DE158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 57.51%
G = 5.44%
B = 37.05%

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

#DE158F (or 0xDE158F) is known color: Medium Violet Red. HEX triplet: DE, 15 and 8F. RGB value is (222,21,143). Sum of RGB (Red+Green+Blue) = 222+21+143=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE158F is #21EA70. Grayscale: #5E5E5E. Windows color (decimal): -2222705 or 9377246. OLE color: 9377246.

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

Color convert

RGB 222 21 143 -
CMYK 0 0.91 0.36 0.13
HSL 323.58º 0.83% 0.48% -
HSV(B) 323.58º 0.91% 0.87% -
XYZ 35.35 18.05 27.61 -
YUV 95.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 222 21 143 0 0.91 0.36 0.13 323.58 0.83 0.48
Hex DE 15 8F 0 5B 24 D 144 53 30
Octal 336 25 217 0 133 44 15 504 123 60
Binary 11011110 10101 10001111 0 1011011 100100 1101 101000100 1010011 110000

Color Harmonies of #DE158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE158F

Black with #DE158F

Text Example


Text Example

White with #DE158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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