Html Css Color HEX #DE017F Medium Violet Red

📋 copy color: '#DE017F'

red 222 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #DE017F

Tints of Medium Violet Red #DE017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 63.43%
G = 0.29%
B = 36.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE017F (or 0xDE017F) is known color: Medium Violet Red. HEX triplet: DE, 01 and 7F. RGB value is (222,1,127). Sum of RGB (Red+Green+Blue) = 222+1+127=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE017F is #21FE80. Grayscale: #515151. Windows color (decimal): -2227841 or 8323550. OLE color: 8323550.

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

Color convert

RGB 222 1 127 -
CMYK 0 1.00 0.43 0.13
HSL 325.79º 0.99% 0.44% -
HSV(B) 325.79º 1% 0.87% -
XYZ 33.97 17.08 21.59 -
YUV 81.44 153.72 228.25 -
System Red Green Blue C M Y K H S L
Decimal 222 1 127 0 1.00 0.43 0.13 325.79 0.99 0.44
Hex DE 1 7F 0 64 2B D 146 63 2C
Octal 336 1 177 0 144 53 15 506 143 54
Binary 11011110 1 1111111 0 1100100 101011 1101 101000110 1100011 101100

Color Harmonies of #DE017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE017F

Black with #DE017F

Text Example


Text Example

White with #DE017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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