Html Css Color HEX #DE007A Medium Violet Red

📋 copy color: '#DE007A'

red 222 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #DE007A

Tints of Medium Violet Red #DE007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 64.53%
G = 0%
B = 35.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE007A (or 0xDE007A) is known color: Medium Violet Red. HEX triplet: DE, 00 and 7A. RGB value is (222,0,122). Sum of RGB (Red+Green+Blue) = 222+0+122=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE007A is #21FF85. Grayscale: #505050. Windows color (decimal): -2228102 or 7995614. OLE color: 7995614.

HSL color Cylindrical-coordinate representation of color #DE007A: hue angle of 327.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE007A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 122 -
CMYK 0 1 0.45 0.13
HSL 327.03º 1% 0.44% -
HSV(B) 327.03º 1% 0.87% -
XYZ 33.64 16.93 19.91 -
YUV 80.29 151.55 229.08 -
System Red Green Blue C M Y K H S L
Decimal 222 0 122 0 1 0.45 0.13 327.03 1 0.44
Hex DE 0 7A 0 64 2D D 147 64 2C
Octal 336 0 172 0 144 55 15 507 144 54
Binary 11011110 0 1111010 0 1100100 101101 1101 101000111 1100100 101100

Color Harmonies of #DE007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE007A

Black with #DE007A

Text Example


Text Example

White with #DE007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE007A; }

 p { color: rgb(222,0,122); }

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

background-color css

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

 a { background-color: rgb(222,0,122); }

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

border-color css

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

 span { border-color: rgb(222,0,122); }

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