#dd0f7f

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

Shades of Medium Violet Red #DD0F7F

Tints of Medium Violet Red #DD0F7F

Color information

#DD0F7F (or 0xDD0F7F) is unknown color: approx Medium Violet Red. HEX triplet: DD, 0F and 7F. RGB value is (221,15,127). Sum of RGB (Red+Green+Blue) = 221+15+127=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F7F is #22F080. Grayscale: #595959. Windows color (decimal): -2289793 or 8327133. OLE color: 8327133.

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

Color convert

RGB22115127-
CMYK00.930.430.13
HSL327.38º87.29%46.27%-
HSV(B)327.38º93.21%86.67%-
XYZ33.8217.2521.62-
YUV89.36149.25221.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.88%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 127 (50% from 255) = 34.99%
R=60.88%
G=4.13%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211512700.930.430.13327.3887.2946.27
HexDDF7F05D2BD147572e
Octal335171770135531550712756
Binary11011101111111111110101110110101111011010001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0f7f; }

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

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

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

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

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

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

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

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