Html Css Color HEX #DE1A8A Medium Violet Red

📋 copy color: '#DE1A8A'

red 222 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #DE1A8A

Tints of Medium Violet Red #DE1A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

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

R = 57.51%
G = 6.74%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE1A8A (or 0xDE1A8A) is known color: Medium Violet Red. HEX triplet: DE, 1A and 8A. RGB value is (222,26,138). Sum of RGB (Red+Green+Blue) = 222+26+138=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1A8A is #21E575. Grayscale: #616161. Windows color (decimal): -2221430 or 9050846. OLE color: 9050846.

HSL color Cylindrical-coordinate representation of color #DE1A8A: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A8A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 26 138 -
CMYK 0 0.88 0.38 0.13
HSL 325.71º 0.79% 0.49% -
HSV(B) 325.71º 0.88% 0.87% -
XYZ 35.08 18.1 25.69 -
YUV 97.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 222 26 138 0 0.88 0.38 0.13 325.71 0.79 0.49
Hex DE 1A 8A 0 58 26 D 146 4F 31
Octal 336 32 212 0 130 46 15 506 117 61
Binary 11011110 11010 10001010 0 1011000 100110 1101 101000110 1001111 110001

Color Harmonies of #DE1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1A8A

Black with #DE1A8A

Text Example


Text Example

White with #DE1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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