Html Css Color HEX #DE188A Medium Violet Red

📋 copy color: '#DE188A'

red 222 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #DE188A

Tints of Medium Violet Red #DE188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 57.81%
G = 6.25%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE188A (or 0xDE188A) is known color: Medium Violet Red. HEX triplet: DE, 18 and 8A. RGB value is (222,24,138). Sum of RGB (Red+Green+Blue) = 222+24+138=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE188A is #21E775. Grayscale: #5F5F5F. Windows color (decimal): -2221942 or 9050334. OLE color: 9050334.

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

Color convert

RGB 222 24 138 -
CMYK 0 0.89 0.38 0.13
HSL 325.45º 0.8% 0.48% -
HSV(B) 325.45º 0.89% 0.87% -
XYZ 35.04 18.02 25.68 -
YUV 96.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 222 24 138 0 0.89 0.38 0.13 325.45 0.8 0.48
Hex DE 18 8A 0 59 26 D 145 50 30
Octal 336 30 212 0 131 46 15 505 120 60
Binary 11011110 11000 10001010 0 1011001 100110 1101 101000101 1010000 110000

Color Harmonies of #DE188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE188A

Black with #DE188A

Text Example


Text Example

White with #DE188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE188A; }

 p { color: rgb(222,24,138); }

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

background-color css

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

 a { background-color: rgb(222,24,138); }

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

border-color css

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

 span { border-color: rgb(222,24,138); }

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