Html Css Color HEX #DE078D Medium Violet Red

📋 copy color: '#DE078D'

red 222 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #DE078D

Tints of Medium Violet Red #DE078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 60%
G = 1.89%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE078D (or 0xDE078D) is known color: Medium Violet Red. HEX triplet: DE, 07 and 8D. RGB value is (222,7,141). Sum of RGB (Red+Green+Blue) = 222+7+141=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE078D is #21F872. Grayscale: #565656. Windows color (decimal): -2226291 or 9242590. OLE color: 9242590.

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

Color convert

RGB 222 7 141 -
CMYK 0 0.97 0.36 0.13
HSL 322.6º 0.94% 0.45% -
HSV(B) 322.6º 0.97% 0.87% -
XYZ 35.01 17.6 26.75 -
YUV 86.56 158.73 224.6 -
System Red Green Blue C M Y K H S L
Decimal 222 7 141 0 0.97 0.36 0.13 322.6 0.94 0.45
Hex DE 7 8D 0 61 24 D 143 5E 2D
Octal 336 7 215 0 141 44 15 503 136 55
Binary 11011110 111 10001101 0 1100001 100100 1101 101000011 1011110 101101

Color Harmonies of #DE078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE078D

Black with #DE078D

Text Example


Text Example

White with #DE078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE078D; }

 p { color: rgb(222,7,141); }

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

background-color css

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

 a { background-color: rgb(222,7,141); }

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

border-color css

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

 span { border-color: rgb(222,7,141); }

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