Html Css Color HEX #DE037D Medium Violet Red

📋 copy color: '#DE037D'

red 222 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #DE037D

Tints of Medium Violet Red #DE037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 63.43%
G = 0.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE037D (or 0xDE037D) is known color: Medium Violet Red. HEX triplet: DE, 03 and 7D. RGB value is (222,3,125). Sum of RGB (Red+Green+Blue) = 222+3+125=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE037D is #21FC82. Grayscale: #525252. Windows color (decimal): -2227331 or 8192990. OLE color: 8192990.

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

Color convert

RGB 222 3 125 -
CMYK 0 0.99 0.44 0.13
HSL 326.58º 0.97% 0.44% -
HSV(B) 326.58º 0.99% 0.87% -
XYZ 33.86 17.08 20.91 -
YUV 82.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 222 3 125 0 0.99 0.44 0.13 326.58 0.97 0.44
Hex DE 3 7D 0 63 2C D 147 61 2C
Octal 336 3 175 0 143 54 15 507 141 54
Binary 11011110 11 1111101 0 1100011 101100 1101 101000111 1100001 101100

Color Harmonies of #DE037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE037D

Black with #DE037D

Text Example


Text Example

White with #DE037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE037D; }

 p { color: rgb(222,3,125); }

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

background-color css

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

 a { background-color: rgb(222,3,125); }

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

border-color css

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

 span { border-color: rgb(222,3,125); }

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