Html Css Color HEX #DE017D Medium Violet Red

📋 copy color: '#DE017D'

red 222 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #DE017D

Tints of Medium Violet Red #DE017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 63.79%
G = 0.29%
B = 35.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE017D (or 0xDE017D) is known color: Medium Violet Red. HEX triplet: DE, 01 and 7D. RGB value is (222,1,125). Sum of RGB (Red+Green+Blue) = 222+1+125=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE017D is #21FE82. Grayscale: #505050. Windows color (decimal): -2227843 or 8192478. OLE color: 8192478.

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

Color convert

RGB 222 1 125 -
CMYK 0 1.00 0.44 0.13
HSL 326.33º 0.99% 0.44% -
HSV(B) 326.33º 1% 0.87% -
XYZ 33.84 17.03 20.91 -
YUV 81.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 222 1 125 0 1.00 0.44 0.13 326.33 0.99 0.44
Hex DE 1 7D 0 64 2C D 146 63 2C
Octal 336 1 175 0 144 54 15 506 143 54
Binary 11011110 1 1111101 0 1100100 101100 1101 101000110 1100011 101100

Color Harmonies of #DE017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE017D

Black with #DE017D

Text Example


Text Example

White with #DE017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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