Html Css Color HEX #DE0C7A Medium Violet Red

📋 copy color: '#DE0C7A'

red 222 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #DE0C7A

Tints of Medium Violet Red #DE0C7A

RGB

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

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

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

R = 62.36%
G = 3.37%
B = 34.27%

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

#DE0C7A (or 0xDE0C7A) is known color: Medium Violet Red. HEX triplet: DE, 0C and 7A. RGB value is (222,12,122). Sum of RGB (Red+Green+Blue) = 222+12+122=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0C7A is #21F385. Grayscale: #575757. Windows color (decimal): -2225030 or 7998686. OLE color: 7998686.

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

Color convert

RGB 222 12 122 -
CMYK 0 0.95 0.45 0.13
HSL 328.57º 0.9% 0.46% -
HSV(B) 328.57º 0.95% 0.87% -
XYZ 33.77 17.2 19.95 -
YUV 87.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 222 12 122 0 0.95 0.45 0.13 328.57 0.9 0.46
Hex DE C 7A 0 5F 2D D 149 5A 2E
Octal 336 14 172 0 137 55 15 511 132 56
Binary 11011110 1100 1111010 0 1011111 101101 1101 101001001 1011010 101110

Color Harmonies of #DE0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C7A

Black with #DE0C7A

Text Example


Text Example

White with #DE0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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