#DD007F

Color #DD007F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DD007F

Tints of Medium Violet Red #DD007F

Color information

#DD007F (or 0xDD007F) is unknown color: approx Medium Violet Red. HEX triplet: DD, 00 and 7F. RGB value is (221,0,127). Sum of RGB (Red+Green+Blue) = 221+0+127=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007F is #22FF80. Grayscale: #505050. Windows color (decimal): -2293633 or 8323293. OLE color: 8323293.

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

Color convert

RGB2210127-
CMYK010.430.13
HSL325.52º100%43.33%-
HSV(B)325.52º100%86.67%-
XYZ33.6516.921.57-
YUV80.56154.22228.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 36.49%
R=63.51%
G=0%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210127010.430.13325.5210043.33
HexDD07F0642BD146642b
Octal33501770144531550614453
Binary11011101011111110110010010101111011010001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD007F; }

 p { color: rgb(221,0,127); }

 H1.HeaderClassName
 {
   color: #DD007F;
 }
 .AnyTagClassName
 {
   color: #DD007F;
 }
</style>
background-color css

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

 a { background-color: rgb(221,0,127); }

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

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

 span { border-color: rgb(221,0,127); }

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