Html Css Color HEX #DE047B Medium Violet Red

📋 copy color: '#DE047B'

red 222 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #DE047B

Tints of Medium Violet Red #DE047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 63.61%
G = 1.15%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE047B (or 0xDE047B) is known color: Medium Violet Red. HEX triplet: DE, 04 and 7B. RGB value is (222,4,123). Sum of RGB (Red+Green+Blue) = 222+4+123=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE047B is #21FB84. Grayscale: #525252. Windows color (decimal): -2227077 or 8062174. OLE color: 8062174.

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

Color convert

RGB 222 4 123 -
CMYK 0 0.98 0.45 0.13
HSL 327.25º 0.96% 0.44% -
HSV(B) 327.25º 0.98% 0.87% -
XYZ 33.74 17.05 20.25 -
YUV 82.75 150.72 227.32 -
System Red Green Blue C M Y K H S L
Decimal 222 4 123 0 0.98 0.45 0.13 327.25 0.96 0.44
Hex DE 4 7B 0 62 2D D 147 60 2C
Octal 336 4 173 0 142 55 15 507 140 54
Binary 11011110 100 1111011 0 1100010 101101 1101 101000111 1100000 101100

Color Harmonies of #DE047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE047B

Black with #DE047B

Text Example


Text Example

White with #DE047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE047B; }

 p { color: rgb(222,4,123); }

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

background-color css

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

 a { background-color: rgb(222,4,123); }

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

border-color css

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

 span { border-color: rgb(222,4,123); }

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