Html Css Color HEX #DE137F Medium Violet Red

📋 copy color: '#DE137F'

red 222 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #DE137F

Tints of Medium Violet Red #DE137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 60.33%
G = 5.16%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE137F (or 0xDE137F) is known color: Medium Violet Red. HEX triplet: DE, 13 and 7F. RGB value is (222,19,127). Sum of RGB (Red+Green+Blue) = 222+19+127=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE137F is #21EC80. Grayscale: #5B5B5B. Windows color (decimal): -2223233 or 8328158. OLE color: 8328158.

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

Color convert

RGB 222 19 127 -
CMYK 0 0.91 0.43 0.13
HSL 328.08º 0.84% 0.47% -
HSV(B) 328.08º 0.91% 0.87% -
XYZ 34.19 17.53 21.66 -
YUV 92.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 222 19 127 0 0.91 0.43 0.13 328.08 0.84 0.47
Hex DE 13 7F 0 5B 2B D 148 54 2F
Octal 336 23 177 0 133 53 15 510 124 57
Binary 11011110 10011 1111111 0 1011011 101011 1101 101001000 1010100 101111

Color Harmonies of #DE137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE137F

Black with #DE137F

Text Example


Text Example

White with #DE137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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