Html Css Color HEX #DE0C79 Medium Violet Red

📋 copy color: '#DE0C79'

red 222 ◦ green 12 ◦ blue 121

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

Shades of Medium Violet Red #DE0C79

Tints of Medium Violet Red #DE0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.38%

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 62.54%
G = 3.38%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE0C79 (or 0xDE0C79) is known color: Medium Violet Red. HEX triplet: DE, 0C and 79. RGB value is (222,12,121). Sum of RGB (Red+Green+Blue) = 222+12+121=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0C79 is #21F386. Grayscale: #565656. Windows color (decimal): -2225031 or 7933150. OLE color: 7933150.

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

Color convert

RGB 222 12 121 -
CMYK 0 0.95 0.45 0.13
HSL 328.86º 0.9% 0.46% -
HSV(B) 328.86º 0.95% 0.87% -
XYZ 33.71 17.17 19.63 -
YUV 87.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 222 12 121 0 0.95 0.45 0.13 328.86 0.9 0.46
Hex DE C 79 0 5F 2D D 149 5A 2E
Octal 336 14 171 0 137 55 15 511 132 56
Binary 11011110 1100 1111001 0 1011111 101101 1101 101001001 1011010 101110

Color Harmonies of #DE0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C79

Black with #DE0C79

Text Example


Text Example

White with #DE0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C79; }

 p { color: rgb(222,12,121); }

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

background-color css

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

 a { background-color: rgb(222,12,121); }

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

border-color css

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

 span { border-color: rgb(222,12,121); }

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